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

In This Topic
    FUNC_TERMINAL_NOCONNECTIONDIAGRAM(Int32) Property
    In This Topic
    No output to terminal-connection / pin-connection diagram # 20853. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_NOCONNECTIONDIAGRAM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_NOCONNECTIONDIAGRAM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Suppresses the output of the terminal strip definition or plug definition in the terminal- or pin-connection diagram.

    See Also