RVTDocs.com

CableTraySizes.AddSize

Method
Description:
Inserts a new MEPSize into the cable tray sizes. For cable tray, the nominal diameter of MEPSize is used .
Syntax
public void AddSize(
	MEPSize sizeInfo
)
Parameters
Parameter Type Description
sizeInfo MEPSize The new MEPSize to be added.
Return Value
Exceptions
Exception Condition
ArgumentException There is already the same size in the size set.
ArgumentNullException A non-optional argument was null
InvalidOperationException The function is called during iterating the size set.