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

In This Topic
    FUNC_INSERTNOTPLACED Property
    In This Topic
    Insert from macro as unplaced # 20094.
    Syntax
    public PropertyValue FUNC_INSERTNOTPLACED {get; set;}
    public:
    property PropertyValue^ FUNC_INSERTNOTPLACED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    For functions saved in macros. If this property is assigned to a function, the function is not placed in the schematic when the macro is placed. The function is then only available as an unplaced function in the project.

    See Also