IAISImageService.GetMetaData method

Applies To: IAISImageService

This method returns the metadata of a service.

[Visual Basic 6.0]

metadata=Object.GetMetaData(requestString)

[C++]

Object->GetMetaData(requestString,&metadata);

[C#, .NET]

metadata=Object.GetMetaData(requestString);

Arguments

[in] requestString

String that represents the level of metadata to be returned.

Return Value

[out] metadata

String that represents the metadata XML string. For more details view the XML schema available at: [ArcGIS Image Server installation folder]\Developer Kit\XML\ISClient.Metadata.XSD.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h (ANSI C)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.