API Help
Eplan.EplApi.DataModel Namespace / Connection Class / CableDefinitionLine Property

CableDefinitionLine Property (Connection)
Returns Eplan.EplApi.DataModel.EObjects.Cable from a ConnectionDefinitionPoint assigned to this Connection. If there are more then one ConnectionDefinitionPoint assigned to this Connection, an exception is thrown. Such situation has to be handled by calling ConnectionDefPoints and analyze of the result.
Syntax
public Cable CableDefinitionLine {get;}

Property Value

Cable definition related to this Connection.
Exceptions
ExceptionDescription
Different count than 1 ConnectionDefinitionPoint related to this Connection.
See Also