PromptForSelection Method (ICommandMessage)
Displays the specified prompt for selecting one or more entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function PromptForSelection( _
VARIANT_BOOL SingleSelection As System.Boolean, _
BSTR Prompt As System.String, _
BSTR 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
Parameters
- 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