The neutral multiplier type of the wire type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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);
} |
See Also