Click or drag to resize

APIuserCheck Method

Run checking on user script. No node or element quantities are given. See also getItemDataResults method.
REST path: /res/check/user
REST verb: POST
REST body: overrideValues

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public Dictionary<string, decimal> userCheck(
	string verName,
	Dictionary<string, double> overrideValues = null
)

Parameters

verName  String
Name of the checking to be used
overrideValues  DictionaryString, Double  (Optional)
Optional dictionary of {string, double} containing overrides for checking

Return Value

DictionaryString, Decimal
See Also