This document is archived and information here might be outdated. Recommended version. |
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