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


ISelectionEnvironmentStorage.SaveSelections Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* saveSel
);
[C++]
HRESULT put_SaveSelections(
  VARIANT_BOOL saveSel
);
[C++]

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

Product Availability

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

See Also

ISelectionEnvironmentStorage Interface