 | APIresCalc_kMod Property |
Set kmod factor for strength calculation of timber sections
REST path: /op/opt/rescalc/kmod
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntaxpublic double resCalc_kMod { get; set; }Public Property resCalc_kMod As Double
Get
Set
Dim instance As API
Dim value As Double
value = instance.resCalc_kMod
instance.resCalc_kMod = value
public:
property double resCalc_kMod {
double get ();
void set (double value);
}member resCalc_kMod : float with get, set
Return Value
DoubleDouble
See Also