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. |