SerialPortDeviceLocationSource Class Members
In This Topic
The following tables list the members exposed by SerialPortDeviceLocationSource.
Public Constructors
Public Properties
| Name | Description |
 | AntennaHeight |
Gets and sets antenna height in meters, if your device has one.
|
 | BaudRate |
Gets and sets BaudRate.
|
 | ComPort |
Gets and sets the COM port which the communication between ArcGIS Pro and a location device such as GPS/GNSS taken place.
|
 | DataBits |
Gets and set data bits.
|
 | Parity |
Gets and sets data parity.
|
 | StopBits |
Gets and sets stop bits.
|
Top
Public Methods
| Name | Description |
 | GetSpatialReference | Overridden.
Returns the spatial coordinate system the coordinates will be emitted from a local device such as GPS/GNSS.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetSpatialReference | Overridden.
Sets the coordinate system used by GPS/GNSS device.
|
Top
Public Events
See Also