ArcObjects Library Reference (Schematic)  

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

.NET Samples

Customizing schematic feature removal events (Code Files: FeatureRemovalMgmt) | Implementing a schematic digitizing tool (Code Files: DockableDigit) | Implementing associations between GIS features and schematic features (Code Files: ElementFeatureAssociation) | Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks FeatureRemovalExt) |