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


IMaplexOverposterLayerProperties.FeatureBuffer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.FeatureBuffer Property
ArcGIS Developer Help

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(
  System.Int32* 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