Description
Gets user input for a point.
Visual Basic
Public Function GetPoint( message As string ) As PromptPointResult
C#
public PromptPointResult GetPoint( string message );
Parameters
Parameters | Description |
---|---|
string message | Input message to be displayed to the user during the prompt. |