ArcObjects Library Reference (DefenseSolutions)  

IDeclutter.Declutter Method

Creates and/or moves graphic leaders to minimize graphic overlap.

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

[C++]
HRESULT Declutter(
  IDisplay* Display,
  IEnvelope* Extent,
  IStatusBar* StatusBar
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Extent [in]

  Extent is a parameter of type IEnvelope

StatusBar [in]

  StatusBar is a parameter of type IStatusBar

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDeclutter Interface