ArcObjects Library Reference (CadastralUI)  

IJoinParcelManager2.SetStartPointCoords Method

Initial reference point coordinates of joining parcel.

[Visual Basic .NET]
Public Sub SetStartPointCoords ( _
    ByVal X As Double, _
    ByVal Y As Double _
)
[C#]
public void SetStartPointCoords (
    double X,
    double Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinParcelManager2 Interface