This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IE > IEdgeSnapTransformationMethod Interface > IEdgeSnapTransformationMethod.Smooth Property (ArcObjects .NET 10.5 SDK) |
Indicates if polylines will be smoothed.
[Visual Basic .NET] Public Property Smooth As Boolean
[C#] public bool Smooth {get; set;}
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.