Click or drag to resize

APIremoveLoadCase Method

Remove the specified loacase
REST path: /loadcase/[name]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeLoadCase(
	string name
)

Parameters

name  String
Name of the loadcase

Return Value

Boolean
True if successful
See Also