 | APIresCalc_steelClass Property |
Set the class for steel section in strength calculation (1, 2, 3, 4)
REST path: /op/opt/rescalc/steelclass
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_steelClass { get; set; }
Public Property resCalc_steelClass As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.resCalc_steelClass
instance.resCalc_steelClass = value
public:
property int resCalc_steelClass {
int get ();
void set (int value);
}
member resCalc_steelClass : int with get, set
Return Value
Int32Integer
See Also