Click or drag to resize

APIgetLinearAddCombination Method

Return a check object with loadcases and corresponding factors for desired load combination.
REST path: /loadcase/combo/get/[name]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public APIcheck getLinearAddCombination(
	string name
)

Parameters

name  String
Name of load combination

Return Value

APIcheck
A check object
See Also