Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 699 Bytes

File metadata and controls

37 lines (29 loc) · 699 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