Revit 2020.1 API |
WireMaterialType..::..AddGroundConductorSize Method |
WireMaterialType Class See Also |
Add new electrical ground conductor size type into this material type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public GroundConductorSize AddGroundConductorSize( long ampacity, string size ) |
Visual Basic |
---|
Public Function AddGroundConductorSize ( _ ampacity As Long, _ size As String _ ) As GroundConductorSize |
Visual C++ |
---|
public: GroundConductorSize^ AddGroundConductorSize( long long ampacity, String^ size ) |
Parameters
- ampacity
- Type: System..::..Int64
Ampacity of ground conductor size to be added.
- size
- Type: System..::..String
Size of ground conductor size to be added.