IntelliCAD 11.1 Object Library | |
GetKeyword Method | |
See Also |
- Prompt
- Text that displays to the user requesting input.
Utility Object : GetKeyword Method |
Description
Gets a keyword from the user. Equivalent to getkword function in LISP.
Syntax
Visual Basic |
---|
Public Function GetKeyword( _ Optional ByVal Prompt As String = "" _ ) As String |
Parameters
- Prompt
- Text that displays to the user requesting input.