bdeGetBlockParameterDialogFilePath
Returns the filepath of a given dialog box.
Syntax
dialogFP = bdeGetBlockParameterDialogFilePath(dialog)
Inputs
- dialog
- The dialog box to get the filepath of.
Outputs
- dialogFP
- The filepath of the dialog box.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
widget = bdeGetTopLevelWidget();
dialog = bdeCreateBlockParametersDialogFromBlock(block, widget, false);
dialogFP = bdeGetBlockParameterDialogFilePath(dialog);
dialogFP = C:\Users\user\Desktop\dialogFilePath