API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / Store Method

Store Method (GraphicalLayer)
Stores modified layer's properties into project.
Syntax
public bool Store()

Return Value

true : OK, changes stored successfully

false : Object not attached.

Exceptions
ExceptionDescription
Thrown, when layer object isn't connected with any GraphicalLayerTable .
Thrown, if storing changes failed.
See Also