 | APIresCalc_cacheEnabled Property |
Enable or disable section calculation cache. Enabled by default.
REST path: /op/opt/rescalc/cacheenabled
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_cacheEnabled { get; set; }
Public Property resCalc_cacheEnabled As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.resCalc_cacheEnabled
instance.resCalc_cacheEnabled = value
public:
property bool resCalc_cacheEnabled {
bool get ();
void set (bool value);
}
member resCalc_cacheEnabled : bool with get, set
Return Value
BooleanBoolean
See Also