RVTDocs.com

WireMaterialType.RemoveGroundConductorSize

Method
Description:
Remove an existing ground conductor size from this material type.
Syntax
public void RemoveGroundConductorSize(
	GroundConductorSize grdConductorSize
)
Parameters
Parameter Type Description
grdConductorSize GroundConductorSize The ground size type to be removed.
Return Value