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


IQueryByLayer.BufferDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IQueryByLayer.BufferDistance Property

The type of selection method to be performed.

[Visual Basic .NET]
Public WriteOnly Property BufferDistance
[C#]
public void BufferDistance {set;}
[C++]
HRESULT put_BufferDistance(
  double 
);
[C++]

Parameters [in] is a parameter of type double

Product Availability

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

See Also

IQueryByLayer Interface