The secondary distribution system of the analytical transformer.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId SecondaryDistributionSystem { get; set; }
Property Value
ElementIdExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The id is neither a distribution system id nor InvalidElementId. -or- When setting this property: The secondary distribution system id can't be set to the analytical transformer. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
