ArcObjects Library Reference  (GeoDatabase)    

ISelectionSet.MakePermanent Method

Makes the SelectionSet permanent. By default SelectionSets are deleted when released.

[Visual Basic 6.0]
Sub MakePermanent
[Visual Basic .NET]
Public Sub MakePermanent ( _
)
[C#]
public void MakePermanent (
);
[Java]
public void makePermanent (
)
throws
    IOException,
    AutomationException
[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