ArcObjects Library Reference (Schematic)  

ISchematicInMemoryDiagram Interface

Provides access to members that manage the schematic in memory diagram.

Product Availability

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

Members

Description
Method GetSchematicInMemoryFeatureByType Finds a schematic in memory feature referenced by the specified name and the specified element type within the schematic in memory net feature.
Method GetSchematicInMemoryFeaturesByClass Finds a schematic in memory features enumeration by the specified schematic element class within the schematic in memory net feature.
Method GetSchematicInMemoryFeaturesByType Finds a schematic in memory features enumeration by the specified element type within the schematic in memory net feature.
Read/write property HasChanged Indicates if the schematic in memory diagram has changed in the current session.
Read/write property LayoutHasChanged Indicates if the saved layout of the schematic diagram is no more the initial layout.
Read-only property Name Name of the schematic in memory diagram.
Method Refresh Refreshes the schematic in memory diagram.
Method Save Saves the schematic in memory diagram.
Read-only property SchematicDiagram The schematic diagram relative to the schematic in memory diagram.
Read-only property SchematicDiagramClass The schematic diagram class the schematic in memory diagram belongs to.
Read-only property SchematicInMemoryFeatures Schematic in memory features enumeration within the schematic in memory diagram.

CoClasses that implement ISchematicInMemoryDiagram

CoClasses and Classes Description
SchematicInMemoryDiagram Schematic in memory diagram object.

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool DockableDigit) | Implementing a schematic layout algorithm and its layout property page (Code Files: TranslateTree) | Implementing a schematic rule and its property page (Code Files: ReductionLinkRule) | Implementing associations between GIS features and schematic features (Code Files: ElementFeatureAssociation) | Implementing schematic containers around schematic features (Code Files: StationsInContainers) | Schematic diagram auto refresh (Code Files: Autorefresh FormAutorefresh) |