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


ISchematicInMemoryFeatureClass.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClass.Type Property

Schematic element type of the schematic in memory feature class.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSchematicElementType
[C#]
public esriSchematicElementType Type {get;}
[C++]
HRESULT get_Type(
  esriSchematicElementType* ElementType
);
[C++]

Parameters ElementType [out, retval]
ElementType is a parameter of type esriSchematicElementType

Product Availability

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

See Also

ISchematicInMemoryFeatureClass Interface