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


ISchematicInMemoryDiagram.Save Method (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 > ISchematicInMemoryDiagram.Save Method
ArcGIS Developer Help

ISchematicInMemoryDiagram.Save Method

Saves the schematic in memory diagram.

[Visual Basic .NET]
Public Sub Save ( _
    ByVal Layer As ILayer _
)
[C#]
public void Save (
    ILayer Layer
);
[C++]
HRESULT Save(
  ILayer* Layer
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer*

Product Availability

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

Description

During the diagram saving, the changes on the in-memory features in the in-memory diagram are reported on the related schematic elements in the schematic database.

See Also

ISchematicInMemoryDiagram Interface