Пример #1
0
 /// <summary>
 /// Sets the status of the down sampling property.
 /// Downsampling is a function of avoiding unnecessary data communication by omitting coordinates at the same position.
 /// </summary>
 /// <param name="enable">true if you want to enable down sampling, otherwise false.</param>
 public void SetDownSampling(bool enable)
 {
     Request(null, () => mClientV2.ReqSetupDownSampling(enable));
 }