The neutral multiplier type of the wire type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public double NeutralMultiplier { get; set; } |
| Visual Basic |
|---|
Public Property NeutralMultiplier As Double Get Set |
| Visual C++ |
|---|
public: property double NeutralMultiplier { double get (); void set (double value); } |