API Help
Eplan.EplApi.DataModel Namespace / Pin Class / Connections Property

In This Topic
    Connections Property (Pin)
    In This Topic
    Returns connections which start or end at this connection point.
    Syntax
    public Connection[] Connections {get;}
    public:
    property array<Connection^>^ Connections {
       array<Connection^>^ get();
    }
    Remarks
    Returns NULL if this Pin object has been obtained from a FunctionDefinition object.
    See Also