DuctSizeSettingsRemoveSize Method |
Erase the existing MEPSize with this nominal diameter. The duct shape determines the location of the 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 RemoveSize(
DuctShape shape,
double nominalDiameter
)
Public Sub RemoveSize (
shape As DuctShape,
nominalDiameter As Double
)
public:
void RemoveSize(
DuctShape shape,
double nominalDiameter
)
member RemoveSize :
shape : DuctShape *
nominalDiameter : float -> unit
Parameters
- shape DuctShape
-
The shape of duct.
- nominalDiameter Double
-
Nominal diameter.
Exceptions
Remarks
Does nothing if there is no existing MEPSize with this nominal diameter.
See Also