Share

Vector2d.IsParallelTo Method

Parent Object: Vector2d

Description

Determine if this vector2d is parallel to the specified vector2d.

Syntax

Vector2d.IsParallelTo( Vector As Vector2d, [Tolerance] As Double ) As Boolean

Parameters

Name Type Description
Vector Vector2d Vector to use for parallel test.
Tolerance Double Tolerance value for test.

This is an optional argument whose default value is 0.0.

Samples

Name Description
Create ordinate dimension This sample demonstrates the creation of ordinate dimensions in a drawing document.

Version

Introduced in version 11

Was this information helpful?