Click or drag to resize

APIgetNodeChecks Method

Get the checks stored in the model for the specified node
REST path: /res/check/nodsA/[ID]/[lc]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public APIcheck getNodeChecks(
	string ID,
	string lc,
	string time
)

Parameters

ID  String
ID of the element
lc  String
Name of the loadcase
time  String
Time

Return Value

APIcheck
Null if no checking are available
See Also