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


IRasterCatalogTable.OID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogTable Interface > IRasterCatalogTable.OID Property
ArcGIS Developer Help

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,
  System.Int32* 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