ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR SubtypeName
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPSubtype Interface