event_set_coordinates


Description:

[ Version ( since = "1.22" ) ]
public static bool event_set_coordinates (Event event, double x, double y)

Try to set x and y coordinates on a Navigation event.

The event must be writable.

Parameters:

event

The Event to modify.

x

The x coordinate to set.

y

The y coordinate to set.

Returns:

A boolean indicating success.