Segment.RemoveSize Method

SegmentRemoveSize Method

Remove the existing MEPSize with this nominal diameter from the segment.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveSize(
	double nominalDiameter
)
Public Sub RemoveSize ( 
	nominalDiameter As Double
)
public:
void RemoveSize(
	double nominalDiameter
)
member RemoveSize : 
        nominalDiameter : float -> unit 

Parameters

nominalDiameter  Double
The nominal diameter of the size.
Exceptions
ExceptionCondition
InvalidOperationException The last size of the segment cannot be removed.
Remarks
Does nothing if there is no existing MEPSize with this nominal diameter.
See Also