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


ISubtypeInfo.SubtypeCode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISubtypeInfo.SubtypeCode Property

The Subtype Code.

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

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

Product Availability

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

See Also

ISubtypeInfo Interface