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.

Description

The ISchematicInMemoryDiagram is the central object allowing to access a schematic diagram when it is loaded in memory.

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 Snippets

Loop On The Schematic In-Memory Feature Classes Related To A Schematic In-Memory Diagram | Get The In-Memory Node Schematic Features In A Schematic Layer | Get The In-Memory Link Schematic Features In A Schematic Layer | Get The SchematicInMemoryFeatureClass Related To A Schematic Element Class From An In-Memory Schematic Diagram | Loop On The Schematic In-Memory Diagrams Based On A Schematic Diagram Class | Get A SchematicInMemoryDiagram Based On A Schematic Diagram Class | Get All The SchematicInMemoryDiagram Related To A Schematic Dataset