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