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


IACLabelRenderer.LabelBufferRatio Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACLabelRenderer.LabelBufferRatio Property

The buffer range around the label where no other labels will overlap.

[Visual Basic .NET]
Public Property LabelBufferRatio As Double
[C#]
public double LabelBufferRatio {get; set;}
[C++]
HRESULT get_LabelBufferRatio(
  double* ratio
);
[C++]
HRESULT put_LabelBufferRatio(
  double ratio
);
[C++]

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

Product Availability

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

See Also

IACLabelRenderer Interface