ArcObjects Library Reference (Carto)  

IImageServerLayer2.GetMetaData Method

The image service metadata xml.

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

Parameters

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

Product Availability

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

Description

Gets the metadata of the image service in xml format. This method is used for image service published from *.ISCDef with legacy ArcGIS Server Image Extension product only.

See Also

IImageServerLayer2 Interface