Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 655 Bytes

File metadata and controls

38 lines (29 loc) · 655 Bytes

AlrtDialog

Description

Procedure AlrtDialog displays an alert dialog to the user.

PROCEDURE AlrtDialog(message : STRING);
def vs.AlrtDialog(message):
    return None

Parameters

Name Type Description
message STRING The alert message to be displayed.

Remarks

If message is null, the dialog will not be displayed.

Examples

==== VectorScript ====

AlrtDialog('No objects are selected for this operation.');

==== Python ====

vs.AlrtDialog('No objects are selected for this operation.')

Version

Availability: from All Versions

Category

  • Dialogs - Predefined