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


ISelectionEnvironmentStorage.SaveSelections Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ISelectionEnvironmentStorage.SaveSelections Property

Indicates if objects save their selections.

[Visual Basic .NET]
Public Property SaveSelections As Boolean
[C#]
public bool SaveSelections {get; set;}
[C++]
HRESULT get_SaveSelections(
  Boolean* saveSel
);
[C++]
HRESULT put_SaveSelections(
  VARIANT_BOOL saveSel
);
[C++]

Parameters saveSel [out, retval]
saveSel is a parameter of type bool* saveSel [in]
saveSel is a parameter of type bool

Product Availability

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

See Also

ISelectionEnvironmentStorage Interface