This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogTable Interface > IRasterCatalogTable.OID Property (ArcObjects .NET 10.5 SDK) |
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