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


IEdgeMatch.FindControlPoints Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

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