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