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


ISnappingWindow.RefreshContents Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnappingWindow Interface > ISnappingWindow.RefreshContents Method
ArcGIS Developer Help

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