This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.ThinningDistance Property (ArcObjects .NET 10.4 SDK) |
Distance used to control the thinning of duplicate labels.
[Visual Basic .NET] Public Property ThinningDistance As Double
[C#] public double ThinningDistance {get; set;}
[C++]
HRESULT get_ThinningDistance(
double* Distance
);
[C++]
HRESULT put_ThinningDistance(
double Distance
);
[C++]
Parameters Distance [out, retval] Distance is a parameter of type double Distance [in] Distance is a parameter of type double