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


ISubtypes.SubtypeFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISubtypes Interface > ISubtypes.SubtypeFieldIndex Property
ArcGIS Developer Help

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(
  System.Int32* 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