Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_ELEM_ISFIXONPARENT Property / FUNCTION3D_ELEM_ISFIXONPARENT Property

In This Topic
    FUNCTION3D_ELEM_ISFIXONPARENT Property
    In This Topic
    Item is fastened unmovably to the superior item # 36010.
    Syntax
    public PropertyValue FUNCTION3D_ELEM_ISFIXONPARENT {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ELEM_ISFIXONPARENT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is enabled, then the item cannot be moved relative to the superior item. Moving the entire mounting panel by means of the "Move" functionality is still possible. The fixation can be temporarily revoked for individual items by pressing the [Shift] key while moving via Drag & Drop.

    See Also