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


IFeatureSelection.BufferDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.BufferDistance Property
ArcGIS Developer Help

IFeatureSelection.BufferDistance Property

Buffer distance used for the selection.

[Visual Basic .NET]
Public Property BufferDistance As Double
[C#]
public double BufferDistance {get; set;}
[C++]
HRESULT get_BufferDistance(
  System.Double* Distance
);
[C++]
HRESULT put_BufferDistance(
  double Distance
);
[C++]
Parameters
Distance [out, retval]

Distance is a parameter of type double* Distance [in]
Distance is a parameter of type double

Product Availability

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

See Also

IFeatureSelection Interface