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.