ArcObjects Library Reference  (Schematic)    

ISchematicDiagramClass Interface

Provides access to members that control the schematic diagram class.

Product Availability

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

Members

Description
Read-only property AlgorithmCLSID Algorithm CLSID defined for the schematic diagram class.
Read-only property AlgorithmPropertySet Algorithm PropertySet related to the schematic diagram class.
Read-only property AliasName The alias name of the object class.
Method AlterAlgorithm Changes the algorithm defined for the schematic diagram class with the new specified algorithm CLSID and the new specified algorithm PropertySet.
Method AlterBuilder Changes the builder defined for the schematic diagram class with the new specified builder CLSID and the new specified builder PropertySet.
Method AlterLinker Changes the linker defined for the schematic diagram class with the new specified linker CLSID and the new specified linker PropertySet.
Method AlterQuery Changes the query related to the schematic diagram class with the new specified datasource ID and the new specified query PropertySet.
Read-only property AssociatedElementClasses List of the schematic element classes associated with the schematic diagram class.
Method AssociateElementClass Associates the specified schematic element class with the diagram class.
Read-only property BuilderCLSID Builder CLSID defined for the schematic diagram class.
Read-only property BuilderPropertySet Builder PropertySet related to the schematic diagram class.
Method CreateSchematicDiagram Creates a new schematic diagram.
Read-only property DataSourceID ID of the datasource related to the schematic diagram class.
Method DissociateElementClass Dissociate the specified schematic element class from the diagram class.
Read-only property LinkerCLSID Linker CLSID defined for the schematic diagram class.
Read-only property LinkerPropertySet Linker PropertySet related to the schematic diagram class.
Read-only property ObjectClassID The unique ID for the object class.
Read/write property Parent Parent diagram class of the schematic diagram class.
Read-only property QueryPropertySet Query PropertySet related to the schematic diagram class.
Read-only property RelationshipClasses The relationship classes in which this object class participates in for the specified role.
Read-only property SchematicBuilder Schematic builder defined for the schematic diagram class.
Read-only property SchematicDataset Schematic dataset related to the schematic diagram class.
Read-only property SchematicDiagramByID Schematic diagram referenced by the specified ID from the specified schematic diagrams container.
Read-only property SchematicDiagramByName Schematic diagram referenced by the schematic diagram class with the specified Name from the specified schematic diagrams container.
Read-only property SchematicDiagrams List of the schematic diagrams related to the schematic diagram class within a specified schematic diagrams container.

Inherited Interfaces

Interfaces Description
IObjectClass Provides access to members that return information about an object class.

CoClasses that implement ISchematicDiagramClass

CoClasses and Classes Description
SchematicDiagramClass Schematic diagram class object.

See Also

ISchematicDiagram Interface | INgDiagramType Interface

Example

ISchematicDiagram, ISchematicDiagramClass, ISchematicDataset - Example

 


Feedback Send feedback on this page