| Revit 2022.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: 22.0.0.0 (22.1.1.0)
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); } |