ArcObjects Library Reference (Schematic)  

ISchematicDiagram Interface

Provides access to members that control the schematic diagram.

Product Availability

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

Description

A schematic diagram is a set of schematic features (nodes, links, nodes on links, and sublinks) that has been generated using the Generate New Diagram command in ArcMap, the Create Diagram GP tool, or the ArcGIS Schematics API. It is displayed in a schematic layer, which is a composite layer composed of feature layers based on the schematic feature classes associated with the schematic diagram template. The content, symbology, and the way the schematic diagram is generated and displayed is configured in its schematic diagram class. A schematic diagram is stored in a geodatabase in a schematic diagram container; that is, a schematic dataset or a schematic folder of the schematic dataset.

Members

Description
Method AlterBuilderPropertySet Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.
Method AlterPropertySet Changes the Schematic diagram PropertySet with the new specified diagram PropertySet.
Read-only property BuilderPropertySet Builder PropertySet related to the schematic diagram.
Read-only property Class The Object Class for the row.
Read/write property CreationDate Creation date of the schematic diagram.
Read/write property Creator Name of the schematic diagram creator.
Read/write property LastModificationDate Last modification date of the schematic diagram.
Read/write property LastUpdateDate Last updating date of the schematic diagram.
Read/write property ModifiedBy Name of the user that modified the schematic diagram.
Read/write property Name Name of the schematic diagram.
Read-only property PropertySet PropertySet of the schematic diagram.
Read-only property SchematicDiagramClass Schematic diagram class related to the schematic diagram.
Read/write property SchematicDiagramContainer Schematic diagram container related to the schematic diagram. That is, the schematic folder or the schematic dataset for the schematic diagram storage.
Read/write property UpdatedBy Name of the last user that updated the schematic diagram.
Read/write property Version Version of the database used to create the schematic diagram.

Inherited Interfaces

Interfaces Description
IObject Provides access to the class the row belongs to.

CoClasses that implement ISchematicDiagram

CoClasses and Classes Description
SchematicDiagram A schematic diagram object.

.NET Snippets

Get A Schematic Diagram In A Schematic Folder From The SchematicDiagram Name | Get A Schematic Diagram In A Schematic Folder From The SchematicDiagram ID | Loop On The Schematic Diagrams In A Schematic Dataset | Get A SchematicDiagram In A Schematic Dataset From The SchematicDiagram Name | Loop On The Schematic Diagrams In A Schematic Folder | Generate A Diagram From A Map Selection | Get A SchematicDiagram In A Schematic Dataset From The SchematicDiagram ID