ArcObjects Library Reference (Carto)  

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(
  double pFactor
);
[C++]

Parameters

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

Product Availability

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

See Also

ILasAttributeRenderer Interface