API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacementPosition Class / CanBeMoved Property

In This Topic
    CanBeMoved Property
    In This Topic
    Activate this option if the part placed via this installation variant can be moved in the enclosure; deactivate the check box if the part is to be a fixed part of the enclosure.
    Syntax
    public bool CanBeMoved {get; set;}
    public:
    property bool CanBeMoved {
       bool get();
       void set (    bool value);
    }
    Remarks
    Value is taken and stored in property called EW3_PROPERTY_ARTICLEACCESSORYPLACEMENTPOSITION_MOVABLE.
    See Also