![]() | APIget |
public APIcheck getBeamDeflections( string num, string loadcase, int type, double offsetL = 0, int numStations = 21, string time = "1" )
Public Function getBeamDeflections ( num As String, loadcase As String, type As Integer, Optional offsetL As Double = 0, Optional numStations As Integer = 21, Optional time As String = "1" ) As APIcheck Dim instance As API Dim num As String Dim loadcase As String Dim type As Integer Dim offsetL As Double Dim numStations As Integer Dim time As String Dim returnValue As APIcheck returnValue = instance.getBeamDeflections(num, loadcase, type, offsetL, numStations, time)
public: APIcheck^ getBeamDeflections( String^ num, String^ loadcase, int type, double offsetL = 0, int numStations = 21, String^ time = L"1" )
member getBeamDeflections : num : string * loadcase : string * type : int * ?offsetL : float * ?numStations : int * ?time : string (* Defaults: let _offsetL = defaultArg offsetL 0 let _numStations = defaultArg numStations 21 let _time = defaultArg time "1" *) -> APIcheck
(c) NextFEM 2015-2025