<Code Lib>
2025 Method
Changes 0
M

Segment.RemoveSize

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.

public void RemoveSize(
	double nominalDiameter
)

  • nominalDiameter
    The nominal diameter of the size.

Loading…