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


IEditProperties4.ClassicSnapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties4 Interface > IEditProperties4.ClassicSnapping Property
ArcGIS Developer Help

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