 | APIstartDesigner(String, Boolean, Boolean) Method |
Starts NextFEM Designer
REST path: na
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic void startDesigner(
string args,
bool waitForExit,
bool waitForIdle
)
Public Sub startDesigner (
args As String,
waitForExit As Boolean,
waitForIdle As Boolean
)
Dim instance As API
Dim args As String
Dim waitForExit As Boolean
Dim waitForIdle As Boolean
instance.startDesigner(args, waitForExit,
waitForIdle)
public:
void startDesigner(
String^ args,
bool waitForExit,
bool waitForIdle
)
member startDesigner :
args : string *
waitForExit : bool *
waitForIdle : bool -> unit
Parameters
- args String
- Command line arguments
- waitForExit Boolean
- True to wait for exit
- waitForIdle Boolean
- True to wait for idle
See Also