ArcObjects Library Reference (Carto)  

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,
  IPropertySet** ppProperties
);
[C++]

Parameters

RID [in]   RID is a parameter of type long ppProperties [out, retval]

  ppProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IImageServer4 Interface