Displays the specified prompt and default value for the linear distance in the command window and gets the linear distance input by the user.
Syntax
Visual Basic | |
---|
Function PromptForDistance( _
ByVal Prompt As System.String, _
ByVal DefaultValue As System.Double, _
ByRef Value As System.Double _
) As System.Boolean |
Parameters
- Prompt
- Prompt message
- DefaultValue
- Default value
- Value[out]
- User input linear distance
- Result[out] or Return Value
- True if the prompt appears in the command window, false if not
See Also
Availability
DraftSight V1R1.4