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


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

IMaplexOverposterLayerProperties.FeatureBuffer Property

Increase buffer around a point feature to stop labels from being placed too close to the feature.

[Visual Basic .NET]
Public Property FeatureBuffer As Integer
[C#]
public int FeatureBuffer {get; set;}
[C++]
HRESULT get_FeatureBuffer(
  long* Buffer
);
[C++]
HRESULT put_FeatureBuffer(
  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