 | APIbaselineGrade Property |
Get or set the degree of the baseline correction function for dynamic analyses. Set to -1 to disable baseline correction, or use 0, 1, 2 or 3.
REST path: /op/opt/baseline
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 baselineGrade { get; set; }
Public Property baselineGrade As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.baselineGrade
instance.baselineGrade = value
public:
property int baselineGrade {
int get ();
void set (int value);
}
member baselineGrade : int with get, set
Return Value
Int32Integer
See Also