Revit 2023 API |
GroundConductorSize..::..Ampacity Property |
GroundConductorSize Class See Also |
Get ampacity which is used for specifying size, the unit is ampere.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public long Ampacity { get; } |
Visual Basic |
---|
Public ReadOnly Property Ampacity As Long Get |
Visual C++ |
---|
public: property long long Ampacity { long long get (); } |