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.6.0.0 (2.6.0.0)
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