ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogTable.OID Property

OID of the ith raster in the raster catalog.

[Visual Basic .NET]
Public Function get_OID ( _
    ByVal idx As Integer _
) As Integer
[C#]
public int get_OID (
    int idx
);
[C++]
HRESULT get_OID(
  long idx,
  long* OID
);
[C++]

Parameters

idx [in]   idx is a parameter of type long OID [out, retval]   OID is a parameter of type long

Product Availability

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

See Also

IRasterCatalogTable Interface