Erases the existing MEPSize.
For cable tray, the nominal diameter is used in MEPSize.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveSize(
MEPSize sizeInfo
)
Parameters
- sizeInfo MEPSize
-
The MEPSize to be removed..
Exceptions
Remarks
Does nothing if there is no existing MEPSize with the specified nominal diameter.
See Also
Reference