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


ISelectionSet.MakePermanent Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISelectionSet.MakePermanent Method

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
);

Product Availability

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

Remarks

This method is not currently implemented.

See Also

ISelectionSet Interface