ArcObjects Library Reference (CadastralUI)  

ISurveyEditDlgEvents.OnEditPoint Method

Fired when Point1 is edited manually.

[Visual Basic .NET]
Public Sub OnEditPoint ( _
    ByVal Index As Integer, _
    ByVal ptID As Integer _
)
[C#]
public void OnEditPoint (
    int Index,
    int ptID
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISurveyEditDlgEvents Interface