This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironmentStorage Interface > ISelectionEnvironmentStorage.SaveSelections Property (ArcObjects .NET 10.4 SDK) |
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