ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetHelper.ClassIndex Property

The index of the named class.

[Visual Basic .NET]
Public Function get_ClassIndex ( _
    ByVal Name As String _
) As Integer
[C#]
public int get_ClassIndex (
    string Name
);
[C++]
HRESULT get_ClassIndex(
  BSTR Name,
  long* Index
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Index [out, retval]   Index is a parameter of type long

Product Availability

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

Description

Returns the feature class index associated with Name. Calling the ClassName property with this index should get the same name passed in here. Tables and standalone feature classes will always be passed their local name, and should return 0.

See Also

IPlugInDatasetHelper Interface