<Code Lib>
2026 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
)

  • Int64
    ampacity
    Ampacity of ground conductor size to be added.
  • String
    size
    Size of ground conductor size to be added.
Return Value GroundConductorSize New added ground conductor size.

Loading…