ArcObjects Library Reference (CadastralUI)  

IControlPointEvents.OnControlPointMatched Event

Fired when a control point is matched to a point.

[Visual Basic .NET]
Public Event OnControlPointMatched As OnControlPointMatchedEventHandler
[C#]
public event OnControlPointMatchedEventHandler OnControlPointMatched

Product Availability

Available with ArcGIS Desktop.

Remarks

The OnControlPointMatched method is initiated when a Control Point is matched to a Fabric Point.

Example:  This method is initiated when the Match Control Points tool is used if the Control is outside the match tolerance when it is first imported into the fabric.

See Also

IControlPointEvents Interface