Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_MANAGE_FUNCTIONS Property / FUNC_MANAGE_FUNCTIONS Property

In This Topic
    FUNC_MANAGE_FUNCTIONS Property
    In This Topic
    Manage unplaced auxiliary functions at the main function # 20476.
    Syntax
    public PropertyValue FUNC_MANAGE_FUNCTIONS {get; set;}
    public:
    property PropertyValue^ FUNC_MANAGE_FUNCTIONS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated at a main function, the assigned, unplaced auxiliary functions are managed together with the main function. This means that when the main function is copied and pasted, the unplaced auxiliary functions are also copied and pasted and automatically renamed - analog to the behavior at function templates. If the main function is deleted, the assigned unplaced auxiliary functions are also deleted.

    This property calculates the value of the relevant main function for auxiliary functions.

    See Also