tsc_NavigateToPoint

This class is used to navigate the user to a target position, for instance to find some hidden point in the field. A total station or Gnss receiver is required to do the navigation.

Static methods

static bool NavigateToPointAvailable();
Checks if the navigation is possible. e.g. that an instrument is available, etc.

static x_Code NavigateToPoint(tsc_Point &point);
static x_Code NavigateToPoint(tsc_Job &job, const char *pointname);
Displays the NavigateToPoint form, using a known tsc_Point, or a valid point name in the current job.

Control returns after the form is closed, or immediately if the form fails to display.  Returns X_NULL for success, or an error x_Code.