ShowDefaultSetupDialog

Retrieves whether to show the default setup dialog box. If not, the user might want to implement or show a customized setup dialog.

UI Access NA
Parameters None
Return Value Boolean. If true, the default dialog should be shown. If false, the user does not want to see the default dialog.

 

Python Syntax ShowDefaultSetupDialog()
Python Example
def ShowDefaultSetupDialog(self):
    return True