Share

Segment.RemoveSize Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void RemoveSize(
	double nominalDiameter
)

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

Reference

Was this information helpful?