PluginWindowBase Methods |
The PluginWindowBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyValues |
Loads the dialog values from a file and performs Apply on the loaded values.
To match the files to a certain dialog, the file suffix is set as the dialog type's name.
(Inherited from WindowBase.) | |
Get |
Gets the dialog values from the part that is currently selected in Tekla Structures.
| |
GetConnectionStatus |
Returns true if a proper connection to the Tekla Structures process has been established.
Currently, there's no way to re-establish the connection.
(Inherited from WindowBase.) | |
InitializeWindow |
Prepares the data storage for the dialog and scans through the fields.
(Inherited from WindowBase.) | |
LoadValues |
Loads the dialog values from a file. To match the files to a certain dialog,
the file suffix is set as the dialog type's name.
(Inherited from WindowBase.) | |
ModifyValues |
Loads the dialog values from a file and performs Modify on the loaded values.
To match the files to a certain dialog, the file suffix is set as the dialog type's name.
(Inherited from WindowBase.) | |
ReloadWindow |
Reloads the dialog values.
| |
SaveValues |
Serializes the dialog values to an xml file.
(Inherited from WindowBase.) | |
ShowWindow |
Displays the window.
(Inherited from WindowBase.) | |
UpdateDataStorageFromViewModel |
DO NOT USE! For internal usage only!
(Inherited from WindowBase.) |
See Also