Share

Acad.Editor.getAngle Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Editor.getAngle(options);

Group

ACAD Namespace

Parameters

Parameter Description
options is of type Acad.PromptAngleOptions.

Returns

A Acad.PromptDoubleResult in the success callback function.

This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError) function.

Description

Use this function to get user input for an angle, taking into account the current value of the ANGBASE system variable.

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?