ArcObjects Library Reference (Editor)  

IEditProperties4.SnapToSketch Property

Indicates whether the sketch will be added to the snapping cache. It is used when not using classic snapping.

[Visual Basic .NET]
Public Property SnapToSketch As Boolean
[C#]
public bool SnapToSketch {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Setting this property to true adds the sketch to the snapping cache.

In the UI this property is set via the Snap to Sketch menu item on the Snapping toolbar.

See Also

IEditProperties4 Interface