ArcObjects Library Reference (Editor)  

ISnappingWindow.RefreshContents Method

Refreshes the contents.

[Visual Basic .NET]
Public Sub RefreshContents ( _
)
[C#]
public void RefreshContents (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Any changes made to the Snapping Environment such as turning on/off snap agents will not refresh the dialog if it is visible.  After making changes to the snapping environment you should issue RefreshContents to ensure they are up to date.

See Also

ISnappingWindow Interface