CableSize.NumberOfHotConductors Property

CableSizeNumberOfHotConductors Property

The number of Hot Conductors.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int NumberOfHotConductors { get; set; }
Public Property NumberOfHotConductors As Integer
	Get
	Set
public:
property int NumberOfHotConductors {
	int get ();
	void set (int value);
}
member NumberOfHotConductors : int with get, set

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for numberOfHotConductors is negative.
See Also