This document is archived and information here might be outdated. Recommended version. |
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*
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.