ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicSelection.SelectGraphics Method

Uses a filter, selection geometry, and other characteristics to identify and add cached graphics to the selection set.

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

[C++]
HRESULT SelectGraphics(
  ISpatialFilter* Filter,
  IGeometry* SelectionGeometry,
  esriSelectionResultEnum eMethod,
  VARIANT_BOOL JustOne
);
[C++]

Parameters

Filter [in]

  Filter is a parameter of type ISpatialFilter

SelectionGeometry [in]

  SelectionGeometry is a parameter of type IGeometry

eMethod [in]

  eMethod is a parameter of type esriSelectionResultEnum

JustOne [in]   JustOne is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicSelection Interface