ArcObjects Library Reference  (GeoDatabase)    

ISelectionSet.Refresh Method

Refreshes the state of a snapshot selection.

[Visual Basic 6.0]
Sub Refresh
[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);
[Java]
public void refresh (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Refresh(
void
);

Product Availability

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

See Also

ISelectionSet Interface