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


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

IImageServer4.GetRasterKeyProperties Method

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

RID is a parameter of type long

Product Availability

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

See Also

IImageServer4 Interface