RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Segment

Segment.RemoveSize

Method
Description:
Remove the existing MEPSize with this nominal diameter from the segment.
Remarks:
Does nothing if there is no existing MEPSize with this nominal diameter.
Syntax
public void RemoveSize(
	double nominalDiameter
)
Parameters
Parameter Type Description
nominalDiameter Double The nominal diameter of the size.
Return Value
Exceptions
Exception Condition
InvalidOperationException The last size of the segment cannot be removed.