Click or drag to resize

APIhasResults Method

Flag indicating if model has results
REST path: /res
REST verb: GET
REST header: {"lc", loadcase}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool hasResults(
	string loadcase = ""
)

Parameters

loadcase  String  (Optional)
Optional. Loadcase for results

Return Value

Boolean
A boolean flag, True if any kind of result is present
See Also