Click or drag to resize

APIremoveAllLoadsForLoadcase Method

Removes all the loads in the model for the selected loadcase
REST path: /load/alllc/[lc]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeAllLoadsForLoadcase(
	string lc
)

Parameters

lc  String
Name of the loadcase

Return Value

Boolean
Boolean value
See Also