Click or drag to resize

APIremoveLoad Method

Removes the specified load.
REST path: /load/[ID]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeLoad(
	int ID
)

Parameters

ID  Int32
ID of the load to be removed, starting from 0.

Return Value

Boolean
True if successful, False otherwise
See Also