Load.1 |
Scroll |
Loads the case definition with the specified number from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nCaseDefinitionNo As Integer, _ pServer As TheServer _ ) C# public virtual void Load ( int nCaseDefinitionNo, TheServer pServer )
Parameters nCaseDefinitionNo Number of the case definition to load.
pServer Reference to an TheServer object. |
|
Automatically Connects If the specified TheServer is not connected the method will try to connect using default settings. |