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.