Click or drag to resize

APIsetLoadDurationClass Method

Set the load duration class for the selected loadcase
REST path: /load/setduration/[loadcase]/[durationClass]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setLoadDurationClass(
	string loadcase,
	int durationClass
)

Parameters

loadcase  String
Name of the loadcase
durationClass  Int32
0 Permanent, 1 Long term, 2 Medium term, 3 Short term, 4 Istantaneous

Return Value

Boolean
True if successful
See Also