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.

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 Samples

Enforcing schematic diagram name (Code Files: EnforcingDiagramName) | Implementing a schematic digitizing tool (Code Files: DockableDigit) | Implementing a schematic layout algorithm and its layout property page (Code Files: TranslateTree) |