RVTDocs.com

CableTraySizes.RemoveSize

Method
Description:
Erases the existing MEPSize. For cable tray, the nominal diameter is used in MEPSize.
Remarks:
Does nothing if there is no existing MEPSize with the specified nominal diameter.
Syntax
public void RemoveSize(
	MEPSize sizeInfo
)
Parameters
Parameter Type Description
sizeInfo MEPSize The MEPSize to be removed..
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Throws if the function is called during iterating the size set.