Click or drag to resize

APIaddOrChangeLoadCombinationsTable Method

Add or change the load combinations table set in the model. Function needs General Design license.
REST path: /loadcases/combostable
REST verb: POST
REST body: table

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.2.0 (2.7.2.0)
Syntax
public bool addOrChangeLoadCombinationsTable(
	List<string[]> table
)

Parameters

table  ListString
 

Return Value

Boolean
True if successful
See Also