Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / Connections Property

In This Topic
    Connections Property (Function)
    In This Topic
    Returns Connections that have the Functions as a start function or end function.
    Syntax
    public virtual Connection[] Connections {get;}
    public:
    virtual property array<Connection^>^ Connections {
       array<Connection^>^ get();
    }

    Property Value

    the connections related with the Function
    Exceptions
    ExceptionDescription
    Thrown when internal query for connections throws exception
    Remarks
    For Eplan.EplApi.DataModel.EObjects.Cable, method returns all Connections belonging to all representation types of this cable.
    See Also