API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_ELEM_ISFIXONPARENT Property / FUNCTION3D_ELEM_ISFIXONPARENT(Int32) Property

In This Topic
    FUNCTION3D_ELEM_ISFIXONPARENT(Int32) Property
    In This Topic
    Item is fastened unmovably to the superior item # 36010. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ELEM_ISFIXONPARENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ELEM_ISFIXONPARENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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