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


ISnappingWindow.Show 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.Show Method
ArcGIS Developer Help

ISnappingWindow.Show Method

Shows the window.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Call this method to display the snapping window.

The first time the snapping window is opened, a feature snap agent is created for each editable featureclass.

See Also

ISnappingWindow Interface