WireGroundConductorNum Property |
The ground conductor number. Its default value is zero after created.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int GroundConductorNum { get; set; }
Public Property GroundConductorNum As Integer
Get
Set
public:
property int GroundConductorNum {
int get ();
void set (int value);
}
member GroundConductorNum : int with get, set
Property Value
Int32
See Also