| Revit 2022.1 API |
| Wire..::..GroundConductorNum Property |
| Wire Class See Also |
The ground conductor number. Its default value is zero after created.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public int GroundConductorNum { get; set; } |
| Visual Basic |
|---|
Public Property GroundConductorNum As Integer Get Set |
| Visual C++ |
|---|
public: property int GroundConductorNum { int get (); void set (int value); } |