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

Connections Property (Function)
Returns Connections that have the Functions as a start function or end function.
Syntax
public virtual Connection[] Connections {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