ArcObjects Library Reference (DefenseSolutions)  

IMoleDeclutterElement.DeclutterElement Method

Moves an element to the specified decluttered location.

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

[C++]
HRESULT DeclutterElement(
  IElement* pElement,
  IGeometry* pLocation
);
[C++]

Parameters

pElement [in]

  pElement is a parameter of type IElement

pLocation [in]

  pLocation is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleDeclutterElement Interface