This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasAttributeRenderer Interface > ILasAttributeRenderer.ThinningFactor Property (ArcObjects .NET 10.4 SDK) |
The thinning factor.
[Visual Basic .NET] Public Property ThinningFactor As Double
[C#] public double ThinningFactor {get; set;}
[C++]
HRESULT get_ThinningFactor(
double* pFactor
);
[C++]
HRESULT put_ThinningFactor(
double pFactor
);
[C++]
Parameters pFactor [out, retval] pFactor is a parameter of type double pFactor [in] pFactor is a parameter of type double
Thinning factor allows setting a point budget on the number of points to be retrieved and rendered by the layer. A thinning factor of 1.0 returns 100% of the points, a thinning factor of 0.01 returns 1% and a thinning factor of 0.001 returns 0.1% percent of the points