ArcObjects Library Reference (DefenseSolutions)  

IAutoGroupRule.IsEnabled Property

Indicates whether the grouping rule is currently enabled.

[Visual Basic .NET]
Public Property IsEnabled As Boolean
[C#]
public bool IsEnabled {get; set;}
[C++]
HRESULT get_IsEnabled(
  VARIANT_BOOL* IsEnabled
);
[C++]
HRESULT put_IsEnabled(
  VARIANT_BOOL IsEnabled
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAutoGroupRule Interface