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


ICadastralFabricUpdate.AddAdjustedPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricUpdate Interface > ICadastralFabricUpdate.AddAdjustedPoint Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ICadastralFabricUpdate Interface