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


IEdgeMatch.FindControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IE > IEdgeMatch Interface > IEdgeMatch.FindControlPoints Method
ArcGIS Developer Help

IEdgeMatch.FindControlPoints Method

Finds the control points for the feature classes that are being matched.

[Visual Basic .NET]
Public Sub FindControlPoints ( _
    ByVal extent As IEnvelope, _
    ByRef fromPoints As IEnumGeometry, _
    ByRef toPoints As IEnumGeometry _
)
[C#]
public void FindControlPoints (
    IEnvelope extent,
    ref IEnumGeometry fromPoints,
    ref IEnumGeometry toPoints
);

Product Availability

Available with ArcGIS Desktop.

Description

Use the FindControlPoints method to find matching control points within a supplied envelope noting the environment (tolerance and fieldmap above). On the UI, the edgematch tool creates displacement links from the control point pairs.

See Also

IEdgeMatch Interface