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


ICadastralFabricUpdate.AddAdjustedPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricUpdate.AddAdjustedPoint Method

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 VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralFabricUpdate Interface