Displays the specified prompt and default Boolean value in the command window and gets the Boolean input by the user.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function PromptForBool( _
BSTR Prompt As System.String, _
BSTR StringForTrue As System.String, _
BSTR StringForFalse As System.String, _
VARIANT_BOOL DefaultValue As System.Boolean, _
VARIANT_BOOL* Value As System.Boolean _
) As System.Boolean |
Parameters
- Prompt
- Text of prompt
- StringForTrue
- Text that indicates to return true (see Remarks)
- StringForFalse
- Text that indicates to return false (see Remarks)
- DefaultValue
- Default value
- Value[out]
- Boolean value
Parameters
- Result[out] or Return Value
- True if the prompt appears in the command window, false if not
Remarks
See Also
Availability
DraftSight V1R1.1