ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.RenderFeature Method

Using a given IDisplay, renders a feature as a cached graphic and adds that graphic to the specified display list.

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

[C++]
HRESULT RenderFeature(
  IDisplay* Display,
  IFeature* Feature,
  IDisplayList* DisplayList
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Feature [in]

  Feature is a parameter of type IFeature

DisplayList [in]

  DisplayList is a parameter of type IDisplayList

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface