This document is archived and information here might be outdated. Recommended version. |
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*