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

In This Topic
    FUNC_MAINFUNCTION Property
    In This Topic
    Main function # 20122.
    Syntax
    public PropertyValue FUNC_MAINFUNCTION {get; set;}
    public:
    property PropertyValue^ FUNC_MAINFUNCTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Defines whether a function is a main function. The main function represents a device in the devices represented in a distributed manner (e.g. the coil in a contactor). Only the main function carries (e.g.) the device definition of the device.

    See Also