Click or drag to resize

APIgetCheckLogName Method

Get the log entry name for a specific node/element check.
REST path: /res/check/logname/[ID]/[lc]/[t]/[station]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public string getCheckLogName(
	string ID,
	string lc,
	string t,
	string station = ""
)

Parameters

ID  String
ID of the node/element that has been checked
lc  String
Loadcase containing results
t  String
Reference time for results. For linear analyses, use "1".
station  String  (Optional)
1 for I, 2 for ¼, 3 for M, 4 for ¾, 5 for J. Parameter is passed as string in order to account special cases. Empty (or 6) for node checking

Return Value

String
The log entry name that should be in program cache if the node/element has already been checked
See Also