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


IJoinParcelManager2.GetStartPointCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJoinParcelManager2 Interface > IJoinParcelManager2.GetStartPointCoords Method
ArcGIS Developer Help

IJoinParcelManager2.GetStartPointCoords Method

Initial reference point coordinates of joining parcel.

[Visual Basic .NET]
Public Sub GetStartPointCoords ( _
    ByRef pX As Double, _
    ByRef pY As Double _
)
[C#]
public void GetStartPointCoords (
    ref double pX,
    ref double pY
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinParcelManager2 Interface