ChangeSampleOnMove

Gets and sets the sampling interval used when the camera is moving. Set this to a larger value than used in the PointSamplingInterval property to increase performance when in motion. This value is added to the currently used Point Sampling interval.

 

JavaScript

 

ChangeSampleOnMove

 

C#

 

double ChangeSampleOnMove { get; set; }

 

C++

 

HRESULT ChangeSampleOnMove([out, retval] double* pVal)

HRESULT ChangeSampleOnMove([in] double pVal)