AddGroundConductorSize Method


Add new electrical ground conductor size type into this material type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

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: SystemInt64
Ampacity of ground conductor size to be added.
size
Type: SystemString
Size of ground conductor size to be added.

Return Value

New added ground conductor size.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →