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


ISurveyEditDlgEvents.OnEditPoint Method (ArcObjects .NET 10.5 SDK)
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