This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters levelOfDetail [in]
levelOfDetail is a parameter of type BSTR
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.