All Cadcorp SIS API Methods

GetGpsPosition Method

Description

Read a position from the currently attached GPS device or GPS log file being replayed.

Syntax

Visual Basic
Public Function GetGpsPosition() As String

Return Type

A comma-delimited string containing the x, y, and z coordinates of the latest position read from the currently attached GPS device or the GPS log file currently being replayed.

The returned string will be empty if it has not been possible to read a position. Use SplitPos to get the x, y and z values themselves.

Remarks

Available: D OD OM OV

Group:

Example

sis.GetGpsPosition ()