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


IGPSubtype.SubtypeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPSubtype Interface > IGPSubtype.SubtypeName Property
ArcGIS Developer Help

IGPSubtype.SubtypeName Property

The name of the subtype.

[Visual Basic .NET]
Public Property SubtypeName As String
[C#]
public string SubtypeName {get; set;}
[C++]
HRESULT get_SubtypeName(
  BSTR SubtypeName
);
[C++]
HRESULT put_SubtypeName(
  System.String* SubtypeName
);
[C++]
Parameters
SubtypeName [in]

SubtypeName is a parameter of type BSTR SubtypeName [out, retval]
SubtypeName is a parameter of type BSTR*

Product Availability

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

See Also

IGPSubtype Interface