Click or drag to resize

APIgetCombinationsByDesignType Method

Get an array of linear add combinations of the selected design type
REST path: /loadcases/descombos/designtype/[type]/[servType]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getCombinationsByDesignType(
	int type,
	int servType = 0
)

Parameters

type  Int32
The combination type for checking: 0 (default) unknown, 1 ultimate, 2 serviceability, 3 seismic
servType  Int32  (Optional)
The serviceability combination type for checking: 0 (default) unknown, 1 characteristic, 2 frequent, 3 quasi-permanent

Return Value

String
Array of strings
See Also