![]() | APIget |
public APIcheck getSectionResMoments4( int sectionID, int calcType, double N, double Mzz, double Myy, ref ZedGraphControl zgc, ref ZedGraphControl domainZgc = null, int domainTp = 0, APIcheck options = null, double Nserv = 0, double Mzzserv = 0, double Myyserv = 0 )
Public Function getSectionResMoments4 ( sectionID As Integer, calcType As Integer, N As Double, Mzz As Double, Myy As Double, ByRef zgc As ZedGraphControl, Optional ByRef domainZgc As ZedGraphControl = Nothing, Optional domainTp As Integer = 0, Optional options As APIcheck = Nothing, Optional Nserv As Double = 0, Optional Mzzserv As Double = 0, Optional Myyserv As Double = 0 ) As APIcheck Dim instance As API Dim sectionID As Integer Dim calcType As Integer Dim N As Double Dim Mzz As Double Dim Myy As Double Dim zgc As ZedGraphControl Dim domainZgc As ZedGraphControl Dim domainTp As Integer Dim options As APIcheck Dim Nserv As Double Dim Mzzserv As Double Dim Myyserv As Double Dim returnValue As APIcheck returnValue = instance.getSectionResMoments4(sectionID, calcType, N, Mzz, Myy, zgc, domainZgc, domainTp, options, Nserv, Mzzserv, Myyserv)
public: APIcheck^ getSectionResMoments4( int sectionID, int calcType, double N, double Mzz, double Myy, ZedGraphControl^% zgc, ZedGraphControl^% domainZgc = nullptr, int domainTp = 0, APIcheck^ options = nullptr, double Nserv = 0, double Mzzserv = 0, double Myyserv = 0 )
member getSectionResMoments4 : sectionID : int * calcType : int * N : float * Mzz : float * Myy : float * zgc : ZedGraphControl byref * ?domainZgc : ZedGraphControl byref * ?domainTp : int * ?options : APIcheck * ?Nserv : float * ?Mzzserv : float * ?Myyserv : float (* Defaults: let _domainZgc = defaultArg domainZgc null let _domainTp = defaultArg domainTp 0 let _options = defaultArg options null let _Nserv = defaultArg Nserv 0 let _Mzzserv = defaultArg Mzzserv 0 let _Myyserv = defaultArg Myyserv 0 *) -> APIcheck
(c) NextFEM 2015-2025