WireHotConductorNum Property |
The hot conductor number. Its default value is zero after created.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int HotConductorNum { get; set; }
Public Property HotConductorNum As Integer
Get
Set
public:
property int HotConductorNum {
int get ();
void set (int value);
}
member HotConductorNum : int with get, set
Property Value
Int32
See Also