ArcObjects Library Reference (DefenseSolutions)  

IDisplayList.Locate Method

Retrieve the set of graphics within the specified tolerance of a given point.

ERROR: Syntax information about IDisplayList.Locate may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT Locate(
  IPoint* Point,
  double Tolerance,
  ISet** set
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Tolerance [in]   Tolerance is a parameter of type double set [out, retval]

  set is a parameter of type ISet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDisplayList Interface