Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetConnections Method
A Eplan.EplApi.DataModel.ConnectionsFilter, can be NULL

In This Topic
    GetConnections Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Connections matching the given filter.
    If the filter parameter is NULL, all the project connection objects are returned.
    Note: If no filter is used, the number of objects returned may be bigger than the number of connections visible in the GUI connection navigator.
    The GUI connection navigator by default shows connections of the following placement types only:
    • Circuit
    • CircuitSingleLine
    • Overview
    • PairCrossReference
    • ProcessAndInstrumentationDiagram
    • PanelLayout
    Syntax
    public Connection[] GetConnections( 
       ConnectionsFilter filter
    )
    public:
    array<Connection^>^ GetConnections( 
       ConnectionsFilter^ filter
    ) 

    Parameters

    filter
    A Eplan.EplApi.DataModel.ConnectionsFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also