 | APIgetCombinationDesignType Method |
Returns an integer representing the combination type
REST path: /loadcase/combo/designtype/[name]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int getCombinationDesignType(
string name
)
Public Function getCombinationDesignType (
name As String
) As Integer
Dim instance As API
Dim name As String
Dim returnValue As Integer
returnValue = instance.getCombinationDesignType(name)
public:
int getCombinationDesignType(
String^ name
)
member getCombinationDesignType :
name : string -> int
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