Share

Scale2d.IsEqualTo(Scale2d) Method

Description

This method calls Scale2d.IsEqualTo(Scale2d a, Tolerance tolerance) with tolerance set to Global.

Visual Basic

Public Function IsEqualTo(
    a As Scale2d
) As bool

C#

public bool IsEqualTo(
    Scale2d a
);

Parameters

Parameters Description
Scale2d a Input scale vector to test equality for

Links

Scale2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?