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