Revit 2022.1 API |
GroundConductorSize..::..ConductorSize Property |
GroundConductorSize Class See Also |
Get conductor size corresponding to specific ampacity.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public string ConductorSize { get; } |
Visual Basic |
---|
Public ReadOnly Property ConductorSize As String Get |
Visual C++ |
---|
public: property String^ ConductorSize { String^ get (); } |