Click or drag to resize

APIsetLoadCaseType Method

Set loadcase type
REST path: /loadcase/settype/[name]/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setLoadCaseType(
	string name,
	int type
)

Parameters

name  String
Name of the loadcase
type  Int32
Integer type: 0 Dead, 1 Live, 2 Wind, 3 Snow, 4 User, 5 Quake, 6 unknown, 7 Thermal, 8 Prestress

Return Value

Boolean
True if successful
See Also