Click or drag to resize

APIstartDesigner(String, Boolean, Boolean) Method

Starts NextFEM Designer
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public void startDesigner(
	string args,
	bool waitForExit,
	bool waitForIdle
)

Parameters

args  String
Command line arguments
waitForExit  Boolean
True to wait for exit
waitForIdle  Boolean
True to wait for idle
See Also