Click or drag to resize

Mike1DControllerLoad Method

Overload List
  NameDescription
Public methodStatic memberLoad(IConnection)
Creates a Mike1DController and loads the setup. The setup is loaded with all default parameters.

In case of errors when loading the setup, a Mike1DException is thrown. Errors can be examined by extracting the IDiagnostics object stored in Data using string key "Diagnostics".

Public methodStatic memberLoad(IConnection, IDiagnostics)
Creates a Mike1DController and loads the setup. The setup is loaded with all default parameters
Top
See Also