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


IQueryByLayer.BufferUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryByLayer Interface > IQueryByLayer.BufferUnits Property
ArcGIS Developer Help

IQueryByLayer.BufferUnits Property

The buffer units.

[Visual Basic .NET]
Public WriteOnly Property BufferUnits
[C#]
public void BufferUnits {set;}
[C++]
HRESULT put_BufferUnits(
  esriUnits 
);
[C++]
Parameters
 [in]

is a parameter of type esriUnits

Product Availability

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

See Also

IQueryByLayer Interface