ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicInMemoryFeature Interface