PathOfTravel.InsertWaypoint
Description:
Insert a waypoint at the specified index
Insert a waypoint at the specified index
public void InsertWaypoint(
XYZ waypoint,
int index
)
-
waypointThe waypoint to insert.
-
Int32indexThe index to insert the waypoint at.
-
A non-optional argument was null
-
Index is invalid for an existing or new waypoint for this path. -or- This functionality is not available in Revit LT. -or- Cannot perform this operation for a path of travel in a group.