Revit 2022.1 API |
WireType..::..NeutralMultiplier Property |
WireType Class See Also |
The neutral multiplier type of the wire type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.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); } |