RVTDocs.com

PathOfTravel.RemoveWaypoint

Method
Description:
Remove a waypoint.
Syntax
public void RemoveWaypoint(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the waypoint to remove.
Return Value
Exceptions
Exception Condition
InvalidOperationException Index refers to a non-existent waypoint. -or- This functionality is not available in Revit LT. -or- Cannot perform this operation for a path of travel in a group.