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


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

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

Name 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.

Classes that implement ISchematicInMemoryDiagram

Classes Description
SchematicInMemoryDiagram Schematic in memory diagram object.