ArcObjects Library Reference (Editor) |
|
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
.NET Related Topics
Working with the editor snap environment