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


ISubtypes.SubtypeFieldName 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.SubtypeFieldName Property
ArcGIS Developer Help

ISubtypes.SubtypeFieldName Property

The subtype field name.

[Visual Basic .NET]
Public Property SubtypeFieldName As String
[C#]
public string SubtypeFieldName {get; set;}
[C++]
HRESULT get_SubtypeFieldName(
  System.String* FieldName
);
[C++]
HRESULT put_SubtypeFieldName(
  BSTR FieldName
);
[C++]
Parameters
FieldName [out, retval]

FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

Errors Returned

FDO_E_SUBTYPE_CODE_HAS_ASSOCIATED_TOPOLOGY_RULE: Resetting the Subtype field which contains a subtype code that is associated with a topology rule will raise an error.

Remarks

The SubtypeFieldName property is used to either set or return string value for the field that contains the subtypes for this object class. To assign the subtype field, set SubtypeFieldName equal to the name of the field:

See Also

ISubtypes Interface