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