closeDialog()
Closes its own dialog for simple configuration.
Synopsis
int closeDialog([bool complexPara [, mapping
                result]);
Parameters
| Parameter | Meaning | 
|---|---|
| complexPara | The optional parameter complexPara opens the script editor on TRUE after closing. With the default setting FALSE its own dialog is closed as before. The parameter is only relevant for GEDI. | 
| result | mapping returned to openDialog() | 
Return Value
If successful 0, otherwise -1
Description
Closes its own dialog for simple configuration.
                 Example
                Example
            
main()
{
  closeDialog();
}Assignment
Simple configuration
Availability
UI (only in GEDI when called from the attribute editor in simple configuration)
