API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / LockProjectByDefault Property

In This Topic
    LockProjectByDefault Property (SelectionSet)
    In This Topic
    If set to true, the objects returned and the rest objects from project by the SelectionSet method are locked. Default value is false.
    Syntax
    public bool LockProjectByDefault {get; set;}
    public:
    property bool LockProjectByDefault {
       bool get();
       void set (    bool value);
    }
    Remarks
    LockProjectByDefault should be set to true before any chagnes on any inside elements of obtained objects.
    See Also