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


IEdgeSnapTransformationMethod.AdjustAtMidpoint Property (ArcObjects .NET 10.4 SDK)
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