2020 Method
Changes 1
M

WireMaterialType.AddGroundConductorSize

Description:
Add new electrical ground conductor size type into this material type.
public GroundConductorSize AddGroundConductorSize(
	long ampacity,
	string size
)
  • ampacity
    Ampacity of ground conductor size to be added.
  • size
    Size of ground conductor size to be added.
Return Value GroundConductorSize New added ground conductor size.