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


ISchematicInMemoryFeature.Subtype Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.Subtype Property
ArcGIS Developer Help

ISchematicInMemoryFeature.Subtype Property

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(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeature Interface