Click or drag to resize

APIconnect Method

Connect to REST API server
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.5.0.0 (2.5.0.0)
Syntax
public bool connect(
	string server = ""
)

Parameters

server  String  (Optional)
Server address. Optional, default is localhost:5151

Return Value

Boolean
True if successful
See Also