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


ISubtypeInfo.SubtypeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISubtypeInfo Interface > ISubtypeInfo.SubtypeName Property
ArcGIS Developer Help

ISubtypeInfo.SubtypeName Property

The Subtype Name.

[Visual Basic .NET]
Public ReadOnly Property SubtypeName As String
[C#]
public string SubtypeName {get;}
[C++]
HRESULT get_SubtypeName(
  System.String* pSubtypeName
);
[C++]
Parameters
pSubtypeName [out, retval]

pSubtypeName is a parameter of type BSTR*

Product Availability

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

See Also

ISubtypeInfo Interface