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