![]() | APIget |
public Dictionary<string, double> getReinfPropertiesNTC( int matID, int secID, double CF, double betaAng, double Hshear, double Bshear, bool outInMPa = false )
Public Function getReinfPropertiesNTC ( matID As Integer, secID As Integer, CF As Double, betaAng As Double, Hshear As Double, Bshear As Double, Optional outInMPa As Boolean = false ) As Dictionary(Of String, Double) Dim instance As API Dim matID As Integer Dim secID As Integer Dim CF As Double Dim betaAng As Double Dim Hshear As Double Dim Bshear As Double Dim outInMPa As Boolean Dim returnValue As Dictionary(Of String, Double) returnValue = instance.getReinfPropertiesNTC(matID, secID, CF, betaAng, Hshear, Bshear, outInMPa)
public: Dictionary<String^, double>^ getReinfPropertiesNTC( int matID, int secID, double CF, double betaAng, double Hshear, double Bshear, bool outInMPa = false )
member getReinfPropertiesNTC : matID : int * secID : int * CF : float * betaAng : float * Hshear : float * Bshear : float * ?outInMPa : bool (* Defaults: let _outInMPa = defaultArg outInMPa false *) -> Dictionary<string, float>
(c) NextFEM 2015-2025