This document is archived and information here might be outdated. Recommended version. |
Adjust the parcel fabric based upon the new point locations provided.
[Visual Basic .NET] Public Sub AddAdjustedPoint ( _ ByVal PointID As Integer, _ ByVal toX As Double, _ ByVal toY As Double, _ ByVal isCenterPoint As Boolean _ )
[C#] public void AddAdjustedPoint ( int PointID, double toX, double toY, bool isCenterPoint );
[C++]
HRESULT AddAdjustedPoint(
long PointID,
double toX,
double toY,
VARIANT_BOOL isCenterPoint
);
[C++]
Parameters PointID [in]
PointID is a parameter of type long toX [in]
toX is a parameter of type double toY [in]
toY is a parameter of type double isCenterPoint [in]
isCenterPoint is a parameter of type bool