RVTDocs.com

DuctSizeSettings.Item

Property
Description:
Get the DuctSizes for this DuctShape.
Syntax
public DuctSizes this[
	DuctShape ductShape
] { get; }
Parameters
Parameter Type Description
ductShape DuctShape The duct shape.
Return Value
Type Description
DuctSizes The DuctSizes for this DuctShape.
Exceptions
Exception Condition
ArgumentException There is no DuctSizes for this DuctShape.
ArgumentNullException A non-optional argument was NULL