HVAC_Duct_Occurrence.GetAttributeOnConnectedPorts()
Function used to read the port attributes (lengths) on the connected HVAC parts.
Signature
HVAC_Duct_Occurrence.GetAttributeOnConnectedPorts(Linked Object : HVAC_Duct_Occurrence, Attribute : String, This Object Value : String, Linked Object Value : String) : Integer
Arguments
| Name | Input / Output | Required? | Type | Comment | 
|---|---|---|---|---|
| Linked Object | In | Yes | HVAC_Duct_Occurrence | |
| Attribute | In | Yes | String | The list of attributes comes from the HVAC_PartPort object. | 
| This Object Value | Out | Yes | String | |
| Linked Object Value | Out | Yes | String | 
ReturnType
IntegerReturn code:
- 0: Attribute values successfully read.
- 1: Attribute not found on ThisObject.
- 2: Attribute not found on iOccurrence.
- 3: Invalid attribute.