This document is archived and information here might be outdated.  Recommended version.


ISelectionEnvironmentLayer.ClearInvisibleLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironmentLayer Interface > ISelectionEnvironmentLayer.ClearInvisibleLayers Property
ArcGIS Developer Help

ISelectionEnvironmentLayer.ClearInvisibleLayers Property

Indicates if invisible layers have their selections cleared when a new selection is made.

[Visual Basic .NET]
Public Property ClearInvisibleLayers As Boolean
[C#]
public bool ClearInvisibleLayers {get; set;}
[C++]
HRESULT get_ClearInvisibleLayers(
  Boolean* clearInvisible
);
[C++]
HRESULT put_ClearInvisibleLayers(
  VARIANT_BOOL clearInvisible
);
[C++]
Parameters
clearInvisible [out, retval]

clearInvisible is a parameter of type bool* clearInvisible [in]
clearInvisible is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionEnvironmentLayer Interface