Share

Editor.GetAngle(PromptAngleOptions) Method

Description

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

Visual Basic

Public Function GetAngle(
    options As PromptAngleOptions
) As PromptDoubleResult

C#

public PromptDoubleResult GetAngle(
    PromptAngleOptions options
);

Parameters

Parameters Description
PromptAngleOptions options Input optional parameters of the prompt.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?