NavigatorAutoRaiseEvents Property |
Namespace: Telogis.GeoBase.Navigation
If set to true, events and notifications will be raised synchronously during execution of the AddPoint method. This can cause thread safety issues when running the Navigator on a non-UI thread, due to lock statements within AddPoint. If set to false, a manual call to RaiseEvents is required to raise these events. This method should be called as soon as possible after each call to AddPoint, to ensure events are raised promptly.