Share

Vector2d.IsParallelTo(Vector2d) Method

Description

This method calls Vector2d.IsParallelTo(Vector2d vector, Tolerance tolerance) with tolerance set to Global.

Visual Basic

Public Function IsParallelTo(
    vector As Vector2d
) As bool

C#

public bool IsParallelTo(
    Vector2d vector
);

Parameters

Parameters Description
Vector2d vector Input vector

Links

Vector2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?