RVTDocs.com

CurtainGridLine.RemoveSegment

Method
Description:
Remove the segment specified by the input curve.
Remarks:
When a segment is removed, the neighboring two panels will be merged into one panel. This function will invoke regeneration.
Syntax
public void RemoveSegment(
	Curve curve
)
Parameters
Parameter Type Description
curve Curve The curve used to locate the segment to be removed.
Return Value
Exceptions
Exception Condition
InvalidOperationException Segment may not have been found in location indicated by curve.