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

In This Topic
    FUNCTION3D_CANHAVE_MULTI_OPENING Property
    In This Topic
    Multiple cut-out possible # 36036.
    Syntax
    public PropertyValue FUNCTION3D_CANHAVE_MULTI_OPENING {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_CANHAVE_MULTI_OPENING {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Indicates whether multiple cut-outs are possible for an item, and allows for the "inheriting" of cut-outs. This way, cut-outs can be carried over from a drilling pattern to another item.

    See Also