![]() | APIget |
public double[] getBeamForces( string num, string loadcase, int station, string time = "1" )
Public Function getBeamForces ( num As String, loadcase As String, station As Integer, Optional time As String = "1" ) As Double() Dim instance As API Dim num As String Dim loadcase As String Dim station As Integer Dim time As String Dim returnValue As Double() returnValue = instance.getBeamForces(num, loadcase, station, time)
public: array<double>^ getBeamForces( String^ num, String^ loadcase, int station, String^ time = L"1" )
member getBeamForces : num : string * loadcase : string * station : int * ?time : string (* Defaults: let _time = defaultArg time "1" *) -> float[]
(c) NextFEM 2015-2025