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.
public Cable CableDefinitionLine {get;}
public:
property Cable^ CableDefinitionLine {
Cable^ get();
}
Property Value
Cable definition related to this Connection.