Share

Vector2d.IsZeroLength(Tolerance) Method

Description

Returns true if this vector is equal to zero vector. Returns false otherwise.

Visual Basic

Public Function IsZeroLength(
    tolerance As Tolerance
) As bool

C#

public bool IsZeroLength(
    Tolerance tolerance
);

Parameters

Parameters Description
Tolerance tolerance Input tolerance value

Links

Vector2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?