HostedSweepRemoveSegment Method

Remove segments from the hosted sweep object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveSegment(
	Reference targetRef
)

Parameters

targetRef  Reference
Segment's reference which want to be removed.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when regeneration fails.
See Also