This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnappingWindow Interface > ISnappingWindow.RefreshContents Method (ArcObjects .NET 10.5 SDK) |
Refreshes the contents.
[Visual Basic .NET]
Public Sub RefreshContents ( _
)
[C#] public void RefreshContents ( );
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.