Erases the existing MEPSize. For cable tray, the nominal diameter is used in MEPSize.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2017
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- sizeInfo
- Type: Autodesk.Revit.DB MEPSize
The MEPSize to be removed..
Remarks
Does nothing if there is no existing MEPSize with the specified nominal diameter.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |
Autodesk.Revit.Exceptions InvalidOperationException | Throws if the function is called during iterating the size set. |