This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISelectionSet Interface > ISelectionSet.MakePermanent Method (ArcObjects .NET 10.5 SDK) |
Makes the SelectionSet permanent. By default SelectionSets are deleted when released.
[Visual Basic .NET]
Public Sub MakePermanent ( _
)
[C#] public void MakePermanent ( );
[C++]
HRESULT MakePermanent(
void
);
This method is not currently implemented.