Click or drag to resize

APIgetLoadsForNode Method

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

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.3.2 (2.7.3.2)
Syntax
public int[] getLoadsForNode(
	string node
)

Parameters

node  String
ID of the node

Return Value

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