Visual Basic | |
---|---|
Function GetLastUserInput() As System.String |
C# | |
---|---|
System.string GetLastUserInput() |
JavaScript | |
---|---|
GetLastUserInput() : String |
Parameters
- UserInput[out] or Return Value
- Last value input by a user in the command window (see Remarks)
If the user:
- picked a point instead of typing a value for a point, then Return Value is empty.
- input an invalid value for an angle, then checking Return Value might be helpful.
DraftSight V1R6.0