The image metadata xml.
[Visual Basic .NET] Public Function GetImageMetadata ( _ ByVal levelOfDetail As String _ ) As String
[C#] public string GetImageMetadata ( string levelOfDetail );
[C++]
HRESULT GetImageMetadata(
BSTR levelOfDetail,
BSTR* pImageMetaData
);
[C++]Parameters
levelOfDetail [in] levelOfDetail is a parameter of type BSTR pImageMetaData [out, retval] pImageMetaData is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This method is used for image service published from *.ISCDef with legacy ArcGIS Server Image Extension product only. It retrieves the information about the mosaic generated by the service. The possible arguments can be Basic, Detailed, Footprint, MosaicLine, and Full.