Dialogs Methods |
The Dialogs type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPluginFormBaseByPluginFormName |
Retrieves an instance of the form.
| |
GetPluginWindowBaseByPluginFormName |
Retrieves an instance of the form.
| |
LoadAttributeFileNameToDialogAndApply(String) |
Uses the attributes found from the attribute file as the applied values for the specified dialog.
| |
LoadAttributeFileNameToDialogAndApply(String, String) |
Loads the specified dialog's applied values from the attribute file.
| |
LoadAttributeFileNameToDialogAndModify(String) |
Uses the attributes found from the attribute file as the current values for the specified dialog.
Modifies the current selected instance. Applied values for this dialog are not changed.
| |
LoadAttributeFileNameToDialogAndModify(String, String) |
Loads the specified dialog's current values from the attribute file and modifies the current selected instance.
| |
LoadAttributeFileNameToDialogAndSave |
Uses the attributes found from the attribute file for the specified dialog and saves to file.
| |
LoadAttributeFileToStack |
Opens a dialog and forces it to get the values from the currently selected part.
| |
LoadDialogs |
Reads the PluginFormBase and PluginWindowBase dialogs from all found dll files in bin\dialogs and bin\plugins.
| |
OpenDialog |
Opens a dialog. The name of the dialog is asked from the Tekla Structures core.
| |
OpenDialogAndGet |
Opens a dialog and forces it to get the values from the currently selected part.
| |
ReloadDialogs |
Reloads all PluginFormBase dialogs with default/standard values.
| |
SetSettings |
Forces the dialog system to get the language and localization settings from Tekla Structures.
|
See Also