Computes the end vector of the arc.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Vector3d EndVector()
Visual Basic (Declaration)
Public Function EndVector As Vector3d
Visual C++
public:
Vector3d^ EndVector()

Return Value

Returns the end vector of the arc.

See Also