<Code Lib>
M

PathOfTravel.SetWaypoint

Description:
Updates the specified waypoint.

public void SetWaypoint(
	XYZ waypoint,
	int index
)

  • waypoint
    The new point for the waypoint.
  • index
    The index of the waypoint to update.

  • A non-optional argument was null
  • 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.

Loading…