Remove the segment specified by the input curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveSegment(
Curve curve
)
Parameters
- curve Curve
- The curve used to locate the segment to be removed.
Exceptions
Remarks
When a segment is removed, the neighboring two panels will be merged into one panel. This function will invoke regeneration.
See Also
Reference