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


IMapTableSubtypeInfo.SubtypeFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableSubtypeInfo Interface > IMapTableSubtypeInfo.SubtypeFieldName Property
ArcGIS Developer Help

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