This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manage the schematic element class.
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.
Name | Description | |
---|---|---|
AlterAssociatedObjectClass | Changes the associated object class to the schematic element class. | |
AssociatedObjectClassDataSource | The associated schematic data source to the schematic element class. | |
AssociatedObjectClassDataSourceID | The associated object class data source ID to the schematic element class. | |
AssociatedObjectClassID | The associated object class ID to the schematic element class. | |
AssociatedSchematicDiagramClasses | Associated diagram classes to the schematic element class. | |
CreateSchematicAttribute | Creates a schematic in memory attribute. | |
CreateSchematicElement | Creates a new schematic element in the specified schematic diagram. | |
Delete | Deletes the schematic object class. | |
ExternalQueryEvaluationMode | External query evaluation mode of the schematic object class. | |
GeometryType | Geometry type of the schematic element class. | |
IdentifierFieldNames | Identifier fields names of the schematic object class. | |
Name | Name of the schematic object class. | |
Parent | Parent to the schematic element class. | |
PredefinedAttributeNames | Predefined attributes names of the schematic in memory object class. | |
QueryString | Query string of the schematic object class. | |
RelationManagerCLSID | Relation manager CLSID of the schematic element class. | |
SchematicDataset | Schematic dataset the schematic object class belongs to. | |
SchematicDataSource | Schematic data source of the schematic object class. | |
SchematicElementByID | Schematic element referenced by the specified ID that is contained in the specified schematic diagram. | |
SchematicElementByName | Schematic element referenced by the specified Name that is contained in the specified schematic diagram. | |
SchematicElements | List of the schematic elements related to the schematic element class within the specified schematic diagram. | |
SchematicElementType | Schematic element type related to the schematic element class. | |
SchematicQueryParameters | Schematic query parameters of the schematic object class. | |
ShapeField | Shape field of the schematic element class. |
Interfaces | Description |
---|---|
ISchematicObjectClass | Provides access to members that manage the schematic object class. |
Classes | Description |
---|---|
SchematicElementClass | Schematic element class object. |