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


IEdgeSnapTransformationMethod.AdjustAtMidpoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IE > IEdgeSnapTransformationMethod Interface > IEdgeSnapTransformationMethod.AdjustAtMidpoint Property
ArcGIS Developer Help

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