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


IAISImageServiceX.GetMetaData Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServiceX.GetMetaData Method

[Visual Basic .NET]
Public Function GetMetaData ( _
    ByVal requestString As String _
) As String
[C#]
public string GetMetaData (
    string requestString
);
[C++]
HRESULT GetMetaData(
  BSTR requestString,
  BSTR* metadata
);
[C++]

Parameters requestString [in] requestString is a parameter of type BSTR metadata [out, retval] metadata is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServiceX Interface