Share

Scale2d.IsEqualTo(Scale2d, Tolerance) Method

Description

Returns true if the matrix of scaling corresponding to this scale vector is equal to the matrix scaling corresponding to the scale vector a.

Visual Basic

Public Function IsEqualTo(
    a As Scale2d, 
    tolerance As Tolerance
) As bool

C#

public bool IsEqualTo(
    Scale2d a, 
    Tolerance tolerance
);

Parameters

Parameters Description
Scale2d a Input scale vector to test equality for
Tolerance tolerance Input tolerance value

Conditions

Read-only

Links

Scale2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?