ArcObjects Library Reference (GeoDatabase)  

ISubtypes.SubtypeFieldIndex Property

The subtype field index.

[Visual Basic .NET]
Public ReadOnly Property SubtypeFieldIndex As Integer
[C#]
public int SubtypeFieldIndex {get;}
[C++]
HRESULT get_SubtypeFieldIndex(
  long* Index
);
[C++]

Parameters

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

Product Availability

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

Description

SubtypeFieldIndex property returns the index of the subtype field.

Remarks

This property returns the index of the field in the object class which stores the subtype codes. The field index is returned as a Long.

See Also

ISubtypes Interface