This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer3 Interface > IImageServer3.GetRasterMetadata Method (ArcObjects .NET 10.4 SDK) |
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