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

ConnectionDefPointProperties Property
Allows to access properties of 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 ConnectionDefinitionPointPropertyList ConnectionDefPointProperties {get;}

Property Value

Cable definition related to this Connection.
Exceptions
ExceptionDescription
Different count than 1 ConnectionDefinitionPoint related to this Connection.
Remarks
It is necessary to update connections in order to fill this property after creating or setting logical area to Cable.
See Also