ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.CanRenderFeature Method

Indicates whether a specified feature is compatible with the renderer.

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

[C++]
HRESULT CanRenderFeature(
  IFeature* Feature,
  VARIANT_BOOL* result
);
[C++]

Parameters

Feature [in]

  Feature is a parameter of type IFeature

result [out, retval]   result is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface