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

In This Topic
    FUNCTION3D_CANHAVE_MULTI_OPENING(Int32) Property
    In This Topic
    Multiple cut-out possible # 36036. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_CANHAVE_MULTI_OPENING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_CANHAVE_MULTI_OPENING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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