Click or drag to resize

APIgetCombinationDesignType Method

Returns an integer representing the combination type
REST path: /loadcase/combo/designtype/[name]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int getCombinationDesignType(
	string name
)

Parameters

name  String
Name of the combination

Return Value

Int32
-1 if not defined, 0 Ultimate Limit State, 1 Seismic combination, 2 Serviceability, 3 Serviceability-Characteristic, 4 Serviceability-Frequent, 5 Serviceability-QuasiPermanent
See Also