ArcObjects Library Reference (Schematic)  

ISchematicElementClass.SchematicElementType Property

Schematic element type related to the schematic element class.

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

Parameters

Type [out, retval]

  Type is a parameter of type esriSchematicElementType

Product Availability

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

See Also

ISchematicElementClass Interface