 | APIresCalc_accuracy Property |
Get or set section calculation accuracy in Section Analyzer (from 10 to 1000)
REST path: /op/opt/calcaccuracy
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_accuracy { get; set; }
Public Property resCalc_accuracy As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.resCalc_accuracy
instance.resCalc_accuracy = value
public:
property int resCalc_accuracy {
int get ();
void set (int value);
}
member resCalc_accuracy : int with get, set
Return Value
Int32
See Also