Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / isValid Property

In This Topic
    isValid Property (GraphicalLayer)
    In This Topic
    Checks, if layer object is attached to existing project's layer.
    Syntax
    public bool isValid {get;}
    public:
    property bool isValid {
       bool get();
    }

    Property Value

    true : Attached

    false : Not attached

    Remarks
    It may happen that property return false for default Eplan layer. Then it is necessary to Store layer first.
    See Also