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

In This Topic
    LockSelectionByDefault Property
    In This Topic
    If set to true, the objects returned by the SelectionSet methods are locked. Default value is true.
    Syntax
    public bool LockSelectionByDefault {get; set;}
    public:
    property bool LockSelectionByDefault {
       bool get();
       void set (    bool value);
    }
    See Also