The distribution system of the power distributable node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ElementId DistributionSystem { get; set; }
Property Value
ElementIdExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The id isn't a distribution system id. -or- When setting this property: The distribution system id can't be set to the power distributable node. |
ArgumentNullException | When setting this property: A non-optional argument was null |