Procedure AlrtDialog displays an alert dialog to the user.
PROCEDURE AlrtDialog(message : STRING);def vs.AlrtDialog(message):
return None| Name | Type | Description |
|---|---|---|
| message | STRING | The alert message to be displayed. |
If message is null, the dialog will not be displayed.
==== VectorScript ====
AlrtDialog('No objects are selected for this operation.');==== Python ====
vs.AlrtDialog('No objects are selected for this operation.')Availability: from All Versions
- Dialogs - Predefined