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


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

ISchematicFeature.SchematicElementClass Property

Schematic element class related to the schematic element.

[Visual Basic .NET]
Public ReadOnly Property SchematicElementClass As ISchematicElementClass
[C#]
public ISchematicElementClass SchematicElementClass {get;}
[C++]
HRESULT get_SchematicElementClass(
  ISchematicElementClass** SchematicElementClass
);
[C++]
Parameters
SchematicElementClass [out, retval]

SchematicElementClass is a parameter of type ISchematicElementClass**

Product Availability

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

See Also

ISchematicFeature Interface