Click or drag to resize

APIgetLoad Method

Returns a string describing of the i-th load in the model.
REST path: /load/[i]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string getLoad(
	int i
)

Parameters

i  Int32
ID of the load, starting from 0.

Return Value

String
Returns a description of the i-th load in the model. Empty string if not found
See Also