 | APIresCalc_cacheSize Property |
Get or set the cache size for storing section calculations
REST path: /op/opt/calcusefibers
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int resCalc_cacheSize { get; set; }
Public Property resCalc_cacheSize As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.resCalc_cacheSize
instance.resCalc_cacheSize = value
public:
property int resCalc_cacheSize {
int get ();
void set (int value);
}
member resCalc_cacheSize : int with get, set
Return Value
Int32
See Also