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


ISelectionEnvironmentLayer.ClearInvisibleLayers Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* clearInvisible
);
[C++]
HRESULT put_ClearInvisibleLayers(
  VARIANT_BOOL clearInvisible
);
[C++]

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

Product Availability

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

See Also

ISelectionEnvironmentLayer Interface