Add new electrical ground conductor size type into this material type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public GroundConductorSize AddGroundConductorSize(
long ampacity,
string size
)
Parameters
- ampacity Int64
- Ampacity of ground conductor size to be added.
- size String
- Size of ground conductor size to be added.
Return Value
GroundConductorSizeNew added ground conductor size.
See Also
Reference