ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.GraphicByFeature Method

Using a given IDisplay, renders a feature as a cached graphic and returns that graphic.

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

[C++]
HRESULT GraphicByFeature(
  IDisplay* Display,
  IFeature* Feature,
  ICachedGraphic** Graphic
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Feature [in]

  Feature is a parameter of type IFeature

Graphic [out, retval]

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface