This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionAdjustment Interface > IConstructionAdjustment.SetStartPoint Method (ArcObjects .NET 10.5 SDK) |
The start point for the adjustment.
[Visual Basic .NET] Public Sub SetStartPoint ( _ ByVal UnjoinedPointNo As Integer, _ ByVal x As Double, _ ByVal y As Double _ )
[C#] public void SetStartPoint ( int UnjoinedPointNo, double x, double y );
[C++]
HRESULT SetStartPoint(
long UnjoinedPointNo,
double x,
double y
);
[C++]
Parameters UnjoinedPointNo [in] UnjoinedPointNo is a parameter of type long x [in] x is a parameter of type double y [in] y is a parameter of type double