Revit 2025 API
Hosted |
Remove segments from the hosted sweep object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveSegment( Reference targetRef )
Public Sub RemoveSegment ( targetRef As Reference )
public: void RemoveSegment( Reference^ targetRef )
member RemoveSegment : targetRef : Reference -> unit
Parameters
- targetRef Reference
- Segment's reference which want to be removed.

Exception | Condition |
---|---|
InvalidOperationException | Thrown when regeneration fails. |
See Also