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

In This Topic
    FUNC_MAINFUNCTION(Int32) Property
    In This Topic
    Main function # 20122. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_MAINFUNCTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_MAINFUNCTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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