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


IRasterCatalogTable.OID Property (ArcObjects .NET 10.4 SDK)
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