Share

Editor.GetAngle(string) Method

Description

Gets user input for an angle, taking into account the current value of the ANGBASE system variable.

Visual Basic

Public Function GetAngle(
    message As string
) As PromptDoubleResult

C#

public PromptDoubleResult GetAngle(
    string message
);

Parameters

Parameters Description
string message Input message to be displayed to the user during the prompt.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?