PromptForSelection Method (ICommandMessage)
Displays the specified prompt for selecting one or more entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function PromptForSelection( _
bool SingleSelection As System.Boolean, _
const dsString& Prompt As System.String, _
const dsString& ErrorMsg As System.String _
) As System.Boolean |
Parameters
- SingleSelection
- True to prompt for a single selection, false to prompt for multiple selections
- Prompt
- Prompt to display in the command window
- ErrorMsg
- Error message to display in the command window when the user's input is invalid
- Result[out] or Return Value
- True if the prompt is displayed in the command window, false if not
Example
Remarks
See Also
Availability
DraftSight V1R1.1