ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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