ArcObjects Library Reference (DefenseSolutions)  

IMoleGroupElement.EnableDeclutter Property

Indicates if the toggles decluttering for elements in the group.

[Visual Basic .NET]
Public Property EnableDeclutter As Boolean
[C#]
public bool EnableDeclutter {get; set;}
[C++]
HRESULT get_EnableDeclutter(
  VARIANT_BOOL* Enabled
);
[C++]
HRESULT put_EnableDeclutter(
  VARIANT_BOOL Enabled
);
[C++]

Parameters

Enabled [out, retval]   Enabled is a parameter of type VARIANT_BOOL Enabled [in]   Enabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleGroupElement Interface

.NET Samples

Arranging MOLE graphics using manual decluttering (Code Files: MainForm) | Decluttering MOLE graphics using leadering and stacking (Code Files: MainForm) |

.NET Related Topics

DefenseSolutions |