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


IPlugInDatasetHelper.OIDFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper Interface > IPlugInDatasetHelper.OIDFieldIndex Property
ArcGIS Developer Help

IPlugInDatasetHelper.OIDFieldIndex Property

The index of the oid field in the field set of the indicated dataset.

[Visual Basic .NET]
Public Function get_OIDFieldIndex ( _
    ByVal ClassIndex As Integer _
) As Integer
[C#]
public int get_OIDFieldIndex (
    int ClassIndex
);
[C++]
HRESULT get_OIDFieldIndex(
  long ClassIndex,
  System.Int32* OIDFieldIndex
);
[C++]
Parameters
ClassIndex [in]

ClassIndex is a parameter of type long OIDFieldIndex [out, retval]
OIDFieldIndex is a parameter of type long*

Product Availability

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

Description

Returns the index of the object ID field in the field set.

See Also

IPlugInDatasetHelper Interface