ArcObjects Library Reference (Editor)  

IEditProperties4.ClassicSnapping Property

Indicates whether the classic editing snapping will be used.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Setting this property to true enables classic snapping (ArcGIS 9.3.1 and prior versions snapping environment UI).

In the UI this is set in the general tab on the Editor Options dialog.

See Also

IEditProperties4 Interface