This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.Subtype Property (ArcObjects .NET 10.5 SDK) |
Subtype of the schematic in memory feature.
[Visual Basic .NET] Public Property Subtype As Integer
[C#] public int Subtype {get; set;}
[C++]
HRESULT get_Subtype(
long* Subtype
);
[C++]
HRESULT put_Subtype(
long Subtype
);
[C++]
Parameters Subtype [out, retval] Subtype is a parameter of type long Subtype [in] Subtype is a parameter of type long