ArcObjects Library Reference (EditorExt)  

IEdgeSnapTransformationMethod.AdjustAtMidpoint Property

Indicates if both source and target features will adjust to the midpoint.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Set this property to True to adjust all selected polylines to the midpoint of the displacement link.

See Also

IEdgeSnapTransformationMethod Interface