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


ISnappingFeedback.Refresh Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

ISnappingFeedback.Refresh Method

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

Product Availability

Available with ArcGIS Engine.

Remarks

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. 

See Also

ISnappingFeedback Interface

.NET Samples

Angle Angle shape constructor (Code Files: AngleAngleCstr)