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


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

ISchematicDataset Interface

Provides access to members that manage the schematic dataset.

Product Availability

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

Members

Name Description
Method CreateSchematicDataSource Creates a new schematic data source inside the schematic dataset.
Method CreateSchematicDiagramClass Creates a new schematic diagram class inside the schematic dataset.
Method CreateSchematicElementClass Creates a new schematic element class inside the schematic dataset.
Method CreateSchematicFolder Creates a new schematic folder in the schematic dataset.
Read-only property DefaultSchematicDataSource Cuurent schematic data source.
Read/write property DesignMode Indicates if the schematic dataset design mode is activated.
Read/write property HasChanged Indicates if the schematic dataset has changed.
Read-only property ID ID of the schematic dataset.
Method Save Saves the schematic dataset.
Read-only property SchematicInMemoryDiagrams Opened schematic in memory diagrams of the schematic dataset.
Read-only property SchematicWorkspace Schematic workspace related to the schematic dataset.

Classes that implement ISchematicDataset

Classes Description
SchematicDataset Provides access to members that manage the schematic dataset.