 | APIresCalc_responseInTension Property |
Set response in tension for concrete sections in strength calculation
REST path: /op/opt/rescalc/tensresp
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool resCalc_responseInTension { get; set; }
Public Property resCalc_responseInTension As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.resCalc_responseInTension
instance.resCalc_responseInTension = value
public:
property bool resCalc_responseInTension {
bool get ();
void set (bool value);
}
member resCalc_responseInTension : bool with get, set
Return Value
BooleanBoolean
See Also