Share

Acad.Transient Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Transient();

Group

ACAD Namespace

Description

This is an object that represents a transient object.

The following is a list of supported event names:

eventname = {
    mousemove: "mousemove",
    mouseleave: "mouseleave",
    lbuttondown: "lbuttondown",
    lbuttonup: "lbuttonup",
    lbuttondblclk: "lbuttondblclk",
    rbuttondown: "rbuttondown",
    rbuttonup: "rbuttonup",
    rbuttondblclk: "rbuttondblclk",
    mbuttondown: "mbuttondown",
    mbuttonup: "mbuttonup",
    mbuttondblclk: "mbuttondblclk",
    mousewheel: "mousewheel"
};

ACAD Namespace

Was this information helpful?