M

PathOfTravel.InsertWaypoint

Description:
Insert a waypoint at the specified index
public void InsertWaypoint(
	XYZ waypoint,
	int index
)
  • waypoint
    The waypoint to insert.
  • Int32
    index
    The 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.