This document is archived and information here might be outdated.  Recommended version.


ILasAttributeRenderer.ThinningFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasAttributeRenderer Interface > ILasAttributeRenderer.ThinningFactor Property
ArcGIS Developer Help

ILasAttributeRenderer.ThinningFactor Property

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(
  System.Double* pFactor
);
[C++]
Parameters
pFactor [in]

pFactor is a parameter of type double pFactor [out, retval]
pFactor is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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

See Also

ILasAttributeRenderer Interface