 | APIresCalc_getAllJSONresults Property |
Get or set a flag to get all results in JSON from getSectionResMoments method
REST path: /op/opt/rescalc/allresjson
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool resCalc_getAllJSONresults { get; set; }
Public Property resCalc_getAllJSONresults As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.resCalc_getAllJSONresults
instance.resCalc_getAllJSONresults = value
public:
property bool resCalc_getAllJSONresults {
bool get ();
void set (bool value);
}
member resCalc_getAllJSONresults : bool with get, set
Return Value
Boolean
See Also