APIget |
public string getSectionResMomentsOnElem( string ID, int station, int calcType, double N, double Myy, double Mzz )
Public Function getSectionResMomentsOnElem ( ID As String, station As Integer, calcType As Integer, N As Double, Myy As Double, Mzz As Double ) As String Dim instance As API Dim ID As String Dim station As Integer Dim calcType As Integer Dim N As Double Dim Myy As Double Dim Mzz As Double Dim returnValue As String returnValue = instance.getSectionResMomentsOnElem(ID, station, calcType, N, Myy, Mzz)
public: String^ getSectionResMomentsOnElem( String^ ID, int station, int calcType, double N, double Myy, double Mzz )
member getSectionResMomentsOnElem : ID : string * station : int * calcType : int * N : float * Myy : float * Mzz : float -> string
function getSectionResMomentsOnElem(ID, station, calcType, N, Myy, Mzz);
(c) NextFEM 2015-2026