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


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

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