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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Defines a terminal as the main terminal; the terminal is then similar to a main function. For example, for a main terminal the function templates are displayed in the terminal strip navigator, and a device selection can be performed. A terminal strip can contain as many main terminals as you want.

    See Also