Scripting API

<<Mover Main Index MultiLayerConvertToRaster>>
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

MsgBox

Script Name: MsgBox
Name: MsgBox
Library: CmdExternal
Description: Inserts a message box in a script. This will be shown during playback of the script.
Status bar text: Insert a message box in a script that will be shown during playback
Tool tip text: Insert Message Box
 
Parameter Repository:
NameScript NameType Description Supports None Default Minimum Maximum
ButtonsButtonsEnumeration (MsgButtons)Defines the buttons that will be placed on the message box.NoOK
IconIconEnumeration (MsgIcons)Controls the icon that is placed on the message boxNoInfo
Message TextTextStringText shown in the message boxNo
General SettingsGeneralSettingsParameter RepositoryContains parameters that control the execution of the command.No
 
Return Type:
NameScript NameType Description Supports None Default Minimum Maximum
Button PressedButtonPressedIntegerReturns which button was pressed. The OK/Yes buttons return a 1, and the No/Cancel buttons return zero.No001
 
Command Attributes:
IsExternal: true
NoRepeat: true
ProcessChanges: true
 
Resource Attributes: