2027 Property
Changes 0
P

MechanicalSystem.BaseEquipmentConnector

Description:
The connector within the base equipment which is used to connect with the system.
Remarks:
Assigning null to the base equipment connector will disconnect the base equipment from the system.
public Connector BaseEquipmentConnector { get; set; }
  • Thrown when assigning a connector which is used in a system, or when the connector's owner is not of type 'mechanical equipment'.
  • Thrown when the set operation failed.