The subtype name.
[Visual Basic .NET] Public Function get_SubtypeName ( _ ByVal SubtypeCode As Integer _ ) As String
[C#] public string get_SubtypeName ( int SubtypeCode );
[C++]
HRESULT get_SubtypeName(
long SubtypeCode,
BSTR* SubtypeName
);
[C++]Parameters
SubtypeCode [in] SubtypeCode is a parameter of type long SubtypeName [out, retval] SubtypeName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
SubtypeName property returns the subtype name for the subtype referred to by the parameter subtypecode.
Remarks
This property returns the name of a subtype for a given subtype code for the associated object class. The subtype code is required as a Long and returns the name of the subtype as a String.