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

In This Topic
    Store Method (GraphicalLayer)
    In This Topic
    Stores modified layer's properties into project.
    Syntax
    public bool Store()
    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