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