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


ICadastralAdjustmentVectors.AddVector Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralAdjustmentVectors.AddVector Method

Add a new vector.

[Visual Basic .NET]
Public Sub AddVector ( _
    ByVal PointID As Integer, _
    ByVal fromX As Double, _
    ByVal fromY As Double, _
    ByVal toX As Double, _
    ByVal toY As Double _
)
[C#]
public void AddVector (
    int PointID,
    double fromX,
    double fromY,
    double toX,
    double toY
);
[C++]
HRESULT AddVector(
  long PointID,
  double fromX,
  double fromY,
  double toX,
  double toY
);
[C++]

Parameters PointID [in] PointID is a parameter of type long fromX [in] fromX is a parameter of type double fromY [in] fromY is a parameter of type double toX [in] toX is a parameter of type double toY [in] toY is a parameter of type double

Product Availability

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

See Also

ICadastralAdjustmentVectors Interface