The start point for the adjustment.
[Visual Basic .NET] Public Sub GetStartPoint ( _ ByRef UnjoinedPointNo As Integer, _ ByRef x As Double, _ ByRef y As Double _ )
[C#] public void GetStartPoint ( ref int UnjoinedPointNo, ref double x, ref double y );
[C++]
HRESULT GetStartPoint(
long* UnjoinedPointNo,
double* x,
double* y
);
[C++]Parameters
UnjoinedPointNo [in, out] UnjoinedPointNo is a parameter of type long x [in, out] x is a parameter of type double y [in, out] y is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.