Click or drag to resize

APIgetItemDataResults Method

Get properties and results for the selected node or element
REST path: /res/check/data/[item]/[lc]/[t]/[station]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public List<string> getItemDataResults(
	string item,
	string lc,
	string t,
	int station = 0
)

Parameters

item  String
ID of the item (node or element) to be checked. If item is an element, specifiy a non-zero station
lc  String
Loadcase containing results
t  String
Reference time for results. For linear analyses, use "1".
station  Int32  (Optional)
Optional, default 0. Use: 1 fo I, 2 for 1/4, 3 for M, 4 for 3/4, 5 for J. For elements other than lines, use 1

Return Value

ListString
A dictionary of string and decimal containing all the values used for checking and results
See Also