Revit 2020.1 API |
WireType..::..NeutralSize Property |
WireType Class See Also |
The maximum neutral size of the wire type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public NeutralMode NeutralSize { get; set; } |
Visual Basic |
---|
Public Property NeutralSize As NeutralMode Get Set |
Visual C++ |
---|
public: property NeutralMode NeutralSize { NeutralMode get (); void set (NeutralMode value); } |