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


ISurveyEditDlgEvents.OnEditPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IS > ISurveyEditDlgEvents Interface > ISurveyEditDlgEvents.OnEditPoint Method
ArcGIS Developer Help

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