Provides access to members that manage the schematic element class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Description
A schematic element class allows implementation of a particular type of schematic elements expected in diagrams implemented by a particular schematic diagram class. It is a collection of schematic elements that share the same type of schematic elements (nodes, links, and so on), the same geometry type (point, line, or polygon), and the same schematic attributes for a common area.
A schematic element class can be associated with one or several schematic diagram classes that implement schematic diagrams containing the schematic elements implemented by this schematic element class. It is assigned to one schematic dataset, although more than one schematic element class can be defined for the same schematic dataset. Schematic element classes always exist as physical feature classes in the schematic dataset and contain the schematic elements they implement.
Members
Inherited Interfaces
Interfaces |
Description |
ISchematicObjectClass |
Provides access to members that manage the schematic object class. |
CoClasses that implement ISchematicElementClass
.NET Snippets
Create A Link Type SchematicElementClass In A Schematic Dataset |
Get The SchematicInMemoryFeatureClass Related To A Schematic Element Class From An In-Memory Schematic Diagram |
Create A Node Type SchematicElementClass In A Schematic Dataset |
Create A SubLink Type SchematicElementClass In A Schematic Dataset |
Create A Node-On-Link Type SchematicElementClass In A Schematic Dataset |
Loop On the Schematic Element Classes In A Schematic Dataset |
Get A SchematicElementClass In A Schematic Dataset