 | 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.8.1.1 (2.8.1.1)
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
function get_resCalc_accuracy();
function set_resCalc_accuracy(value);
Return Value
Int32
See Also