ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.RenderCursor Method

Using a given IDisplay, renders the features in a cursor as cached graphics and adds those graphics to the specified display list.

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

[C++]
HRESULT RenderCursor(
  IDisplay* Display,
  IFeatureCursor* Cursor,
  IDisplayList* DisplayList
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Cursor [in]

  Cursor is a parameter of type IFeatureCursor

DisplayList [in]

  DisplayList is a parameter of type IDisplayList

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface