Remove the existing MEPSize with this nominal diameter from the segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveSize(
double nominalDiameter
)
Parameters
- nominalDiameter Double
-
The nominal diameter of the size.
Exceptions
Remarks
Does nothing if there is no existing MEPSize with this nominal diameter.
See Also
Reference