Click or drag to resize

APIgetLoadDurationClass Method

Returns the load duration class for the requested loadcase
REST path: /load/getduration/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int getLoadDurationClass(
	string loadcase
)

Parameters

loadcase  String
Name of the loadcase

Return Value

Int32
0 Permanent, 1 Long term, 2 Medium term, 3 Short term, 4 Istantaneous. If not defined yet, return 0 (permanent)
See Also