DuctSizeSettingsAddSize Method |
Inserts a new MEPSize in to the duct size settings. The duct shape determines the location of the new size in the size table.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void AddSize(
DuctShape shape,
MEPSize sizeInfo
)
Public Sub AddSize (
shape As DuctShape,
sizeInfo As MEPSize
)
public:
void AddSize(
DuctShape shape,
MEPSize^ sizeInfo
)
member AddSize :
shape : DuctShape *
sizeInfo : MEPSize -> unit
Parameters
- shape DuctShape
-
The shape of duct.
- sizeInfo MEPSize
-
The new MEPSize to be added.
Exceptions
See Also