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


IImageServerLayer2.GetMetaData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer2 Interface > IImageServerLayer2.GetMetaData Method
ArcGIS Developer Help

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
);
[C++]
Parameters
requestString [in]

requestString 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