Click or drag to resize

APIgetLoadsForElement Method

Produces a list of load IDs for a single element.
REST path: /load/element/get/[element]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int[] getLoadsForElement(
	string element
)

Parameters

element  String
ID of the element

Return Value

Int32
Produces as list of load IDs for a single element.
See Also