![]() | APIset |
public bool setAluSection( int ID, int SectionClass = 3, double Jw = 0 )
Public Function setAluSection ( ID As Integer, Optional SectionClass As Integer = 3, Optional Jw As Double = 0 ) As Boolean Dim instance As API Dim ID As Integer Dim SectionClass As Integer Dim Jw As Double Dim returnValue As Boolean returnValue = instance.setAluSection(ID, SectionClass, Jw)
public: bool setAluSection( int ID, int SectionClass = 3, double Jw = 0 )
member setAluSection : ID : int * ?SectionClass : int * ?Jw : float (* Defaults: let _SectionClass = defaultArg SectionClass 3 let _Jw = defaultArg Jw 0 *) -> bool
(c) NextFEM 2015-2025