Click or drag to resize

APIsetNodeChecks Method

Import a set of checks for the specified node. If already existing, the set is overwritten.
REST path: /res/import/nodecheck/[ID]/[lc]/[time]/[setContour]
REST verb: GET
REST header: {"data", data}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setNodeChecks(
	string ID,
	string lc,
	string time,
	APIcheck data,
	bool setContour = false
)

Parameters

ID  String
ID of the node
lc  String
Loadcase name
time  String
Time
data  APIcheck
A "API.check" instance containing check names and values
setContour  Boolean  (Optional)
Optional. Activate contour in view instead of default capacity/demand ratios. Default is false

Return Value

Boolean
True if imported successfully
See Also