Click or drag to resize

APIsetAnalysisSequence Method

Set the loadcases calculation order by specifying the preceding case.
REST path: /loadcase/sequence/[name]/[previousCase]
REST verb: GET

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

Parameters

name  String
Name of the present loadcase to modify.
previousCase  String
Name of the loadcase to be calculated before the present loadcase.

Return Value

Boolean
True if successful
See Also