API Help
Eplan.EplApi.DataModel Namespace / Function Class / IsNetConnecting Property

In This Topic
    IsNetConnecting Property (Function)
    In This Topic
    Returns, if the function is netconnecting.
    Syntax
    public bool IsNetConnecting {get; set;}
    public:
    property bool IsNetConnecting {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : Function is netconnecting

    false : Function is not netconnecting

    Exceptions
    ExceptionDescription
    Thrown when the information cannot be retrieved from data model.
    Thrown when the flag cannot be changed.
    Thrown when trying to set a function net connecting that separates potentials.
    See Also