RVTDocs.com

ConduitSizeSettings.RemoveSize

Method
Description:
Erase the existing ConduitSize with this nominal diameter. The conduit standard name determines the location of the size in the size table.
Remarks:
Does nothing if there is no existing ConduitSize with this nominal diameter.
Syntax
public void RemoveSize(
	string standardName,
	double nominalDiameter
)
Parameters
Parameter Type Description
standardName String The conduit standard name.
nominalDiameter Double Nominal diameter.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException The given value for nominalDiameter must be greater than 0 and no more than 30000 feet.
InvalidOperationException The function is called during iterating the size set.