API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_INSERTNOTPLACED Property / FUNC_INSERTNOTPLACED(Int32) Property

In This Topic
    FUNC_INSERTNOTPLACED(Int32) Property
    In This Topic
    Insert from macro as unplaced # 20094. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_INSERTNOTPLACED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_INSERTNOTPLACED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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