This document is archived and information here might be outdated.  Recommended version.


IAISImageServiceX.GetImageMetadata Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServiceX.GetImageMetadata Method

[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAISImageServiceX Interface