![]() | APIadd |
public int addEC8spectrum( double ag, double q, string LS, double damping = 0.05, string soilType = "A", bool type1 = true )
Public Function addEC8spectrum ( ag As Double, q As Double, LS As String, Optional damping As Double = 0.05, Optional soilType As String = "A", Optional type1 As Boolean = true ) As Integer Dim instance As API Dim ag As Double Dim q As Double Dim LS As String Dim damping As Double Dim soilType As String Dim type1 As Boolean Dim returnValue As Integer returnValue = instance.addEC8spectrum(ag, q, LS, damping, soilType, type1)
public: int addEC8spectrum( double ag, double q, String^ LS, double damping = 0.05, String^ soilType = L"A", bool type1 = true )
member addEC8spectrum : ag : float * q : float * LS : string * ?damping : float * ?soilType : string * ?type1 : bool (* Defaults: let _damping = defaultArg damping 0.05 let _soilType = defaultArg soilType "A" let _type1 = defaultArg type1 true *) -> int
(c) NextFEM 2015-2025