 | APIgetLoadDurationClass Method |
Returns the load duration class for the requested loadcase
REST path: /load/getduration/[loadcase]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int getLoadDurationClass(
string loadcase
)
Public Function getLoadDurationClass (
loadcase As String
) As Integer
Dim instance As API
Dim loadcase As String
Dim returnValue As Integer
returnValue = instance.getLoadDurationClass(loadcase)
public:
int getLoadDurationClass(
String^ loadcase
)
member getLoadDurationClass :
loadcase : string -> int
Parameters
- loadcase String
- Name of the loadcase
Return Value
Int320 Permanent, 1 Long term, 2 Medium term, 3 Short term, 4 Istantaneous. If not defined yet, return 0 (permanent)
See Also