This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingFeedback Interface > ISnappingFeedback.Refresh Method (ArcObjects .NET 10.5 SDK) |
Refresh the last update.
[Visual Basic .NET] Public Sub Refresh ( _ ByVal hdc As Integer _ )
[C#] public void Refresh ( int hdc );
[C++]
HRESULT Refresh(
long hdc
);
[C++]
Parameters hdc [in] hdc is a parameter of type long
A call to Refresh invalidates the previous location of the SnapTip and the snap symbol, and draws the new feedback. When a tool is utilizing the snapping environment, ISnappingFeedback.Refresh() should be called in the tool�s refresh method.