Gets and sets the accuracy level by which the model is read. When set to 1 the model is sampled in an optimal interval determined by TerraExplorer. To sample the model with less precision use larger values; this results in better performance. To sample the model with higher density, select values less than 1 (but greater than zero).
JavaScript |
|
PointSamplingInterval |
C# |
|
double PointSamplingInterval { get; set; } |
C++ |
|
HRESULT PointSamplingInterval([out, retval] double* pVal) HRESULT PointSamplingInterval([in] double pVal) |