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