Revit 2023 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: 23.0.0.0 (23.1.0.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); } |