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


IMaplexOverposterLayerProperties.LabelBuffer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.LabelBuffer Property

Increase buffer to stop labels from being placed too close to each other.

[Visual Basic .NET]
Public Property LabelBuffer As Integer
[C#]
public int LabelBuffer {get; set;}
[C++]
HRESULT get_LabelBuffer(
  long* Buffer
);
[C++]
HRESULT put_LabelBuffer(
  long Buffer
);
[C++]

Parameters Buffer [out, retval] Buffer is a parameter of type long Buffer [in] Buffer is a parameter of type long

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface