Share

Point3d.GetVectorTo Method

Description

Evaluates and returns the vector with respect to the point point.

Visual Basic

Public Function GetVectorTo(
    point As Point3d
) As Vector3d

C#

public Vector3d GetVectorTo(
    Point3d point
);

Parameters

Parameters Description
Point3d point Input point to measure to

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?