ArcObjects Library Reference (EditorExt)  

IEdgeSnapTransformationMethod.Smooth Property

Indicates if polylines will be smoothed.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

If this property is True the polyline will be smoothed (using a rubber sheeting transformation) during the edge snap, moving all vertices. If False only the end vertex of the polyline will move from the link source point to the link destination point.

See Also

IEdgeSnapTransformationMethod Interface