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


IImageServer3.GetRasterMetadata Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServer3.GetRasterMetadata Method

Gets the metadata of a given raster catalog item.

[Visual Basic .NET]
Public Function GetRasterMetadata ( _
    ByVal RID As Integer _
) As String
[C#]
public string GetRasterMetadata (
    int RID
);
[C++]
HRESULT GetRasterMetadata(
  long RID,
  BSTR* pXml
);
[C++]

Parameters RID [in] RID is a parameter of type long pXml [out, retval] pXml is a parameter of type BSTR

Product Availability

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

See Also

IImageServer3 Interface