Share

CableSize.NumberOfHotConductors Property

The number of Hot Conductors.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int NumberOfHotConductors { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for numberOfHotConductors is negative.

See Also

Reference

Was this information helpful?