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


ISubtypeInfo.SubtypeCode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISubtypeInfo Interface > ISubtypeInfo.SubtypeCode Property
ArcGIS Developer Help

ISubtypeInfo.SubtypeCode Property

The Subtype Code.

[Visual Basic .NET]
Public ReadOnly Property SubtypeCode As Integer
[C#]
public int SubtypeCode {get;}
[C++]
HRESULT get_SubtypeCode(
  System.Int32* 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