ArcObjects Library Reference (Carto)  

IMapTableSubtypeInfo.SubtypeFieldName Property

Name of the Subtype Field.

[Visual Basic .NET]
Public ReadOnly Property SubtypeFieldName As String
[C#]
public string SubtypeFieldName {get;}
[C++]
HRESULT get_SubtypeFieldName(
  BSTR* SubtypeFieldName
);
[C++]

Parameters

SubtypeFieldName [out, retval]   SubtypeFieldName is a parameter of type BSTR

Product Availability

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

See Also

IMapTableSubtypeInfo Interface