This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.GetRasterKeyProperties Method (ArcObjects .NET 10.4 SDK) |
The key properties for a given raster catalog item.
[Visual Basic .NET] Public Function GetRasterKeyProperties ( _ ByVal RID As Integer _ ) As IPropertySet
[C#] public IPropertySet GetRasterKeyProperties ( int RID );
[C++]
HRESULT GetRasterKeyProperties(
long RID,
IPropertySet** ppProperties
);
[C++]
Parameters RID [in] RID is a parameter of type long ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet