This document is archived and information here might be outdated.  Recommended version.


ISchematicDiagram Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagram Interface
ArcGIS Developer Help

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

Name 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.
Method Delete Deletes the row.
Read-only property Fields The fields Collection for this row buffer.
Read-only property HasOID Indicates if the row has an OID.
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 OID The OID for the row.
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.
Method Store Stores the row.
Read-only property Table The Table for the row.
Read/write property UpdatedBy Name of the last user that updated the schematic diagram.
Read/write property Value The value of the field with the specified index.
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.
IRow Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowBuffer Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Classes that implement ISchematicDiagram

Classes Description
SchematicDiagram A schematic diagram object.