This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the schematic diagram class.
A schematic diagram class holds the database and configuration properties defining the content and presentation of one or several schematic diagrams that will be generated. It holds the properties defining the representation of feature layers that compose the schematic diagrams and so behaves as the template for the display properties of specific schematic diagrams of a network. It allows generation of a particular type of schematic diagram containing a set of expected types of schematic features. Typically, in the example of an electric network, a schematic diagram class can be defined for a schematic of primaries and switches, and another diagram class can be defined for a schematic of the internal diagrams (inside plant) of the devices.
A schematic diagram class is assigned to one schematic dataset, although more than one schematic diagram class can be defined for the same schematic dataset.
Description | ||
---|---|---|
AlwaysLoadDiagrams | Indicates if the diagrams which belong to the diagram class are always loaded. | |
AssociatedSchematicElementClasses | The associated element classes to the schematic diagram class. | |
AssociateSchematicElementClass | Associates the element class to the schematic diagram class. | |
CreateSchematicAttribute | Creates a schematic in memory attribute. | |
CreateSchematicDiagram | Creates a new schematic diagram. | |
DefaultSchematicNodeClass | Default schematic in memory node element class related to the schematic diagram class. | |
Delete | Deletes the schematic object class. | |
DissociateSchematicElementClass | Dissociates the element class from the schematic diagram class. | |
ExternalQueryEvaluationMode | External query evaluation mode of the schematic object class. | |
IdentifierFieldNames | Identifier fields names of the schematic object class. | |
IsSchematicElementClassAssociated | Indicates whether or not the element class is associated to the schematic diagram class. | |
LoadSchematicInMemoryDiagram | Loads a schematic in memory diagram specified by its DiagramName. | |
Name | Name of the schematic object class. | |
Parent | Parent of the schematic diagram class. | |
PredefinedAttributeNames | Predefined attributes names of the schematic in memory object class. | |
QueryString | Query string of the schematic object class. | |
SchematicAlgorithm | Schematic algorithm of the schematic diagram class. | |
SchematicAlgorithms | Schematic algorithms of the schematic diagram class. | |
SchematicBuilder | Schematic builder of the schematic diagram class. | |
SchematicDataset | Schematic dataset the schematic object class belongs to. | |
SchematicDataSource | Schematic data source of the schematic object class. | |
SchematicDiagramByID | Schematic diagram referenced by the specified ID. | |
SchematicDiagramByName | Schematic diagram referenced by the specified Name. | |
SchematicDiagrams | Schematic diagrams enumeration within the schematic dataset or schematic folder container. | |
SchematicLayerTemplate | Schematic layer template related to the schematic diagram class. | |
SchematicQueryParameters | Schematic query parameters of the schematic object class. | |
SchematicTraces | Schematic analyst traces of the schematic diagram class. |
Interfaces | Description |
---|---|
ISchematicObjectClass | Provides access to members that manage the schematic object class. |
CoClasses and Classes | Description |
---|---|
SchematicDiagramClass | Schematic diagram class object. |