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


IGPSubtype.SubtypeCode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPSubtype.SubtypeCode Property

The code of the subtype.

[Visual Basic .NET]
Public Property SubtypeCode As Integer
[C#]
public int SubtypeCode {get; set;}
[C++]
HRESULT get_SubtypeCode(
  long* SubtypeCode
);
[C++]
HRESULT put_SubtypeCode(
  long SubtypeCode
);
[C++]

Parameters SubtypeCode [out, retval] SubtypeCode is a parameter of type long SubtypeCode [in] SubtypeCode is a parameter of type long

Product Availability

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

See Also

IGPSubtype Interface