![]() | APIAnalyze |
public string[] AnalyzeFireElement( string elem, int endTime, int beamExposure = 2, int columnExposure = 3, string checkCombo = "", int selectForcesCrit = 2, int fireCurve = 0, bool outOfProc = false, bool noWindow = false, int customFireCurve = 0 )
Public Function AnalyzeFireElement ( elem As String, endTime As Integer, Optional beamExposure As Integer = 2, Optional columnExposure As Integer = 3, Optional checkCombo As String = "", Optional selectForcesCrit As Integer = 2, Optional fireCurve As Integer = 0, Optional outOfProc As Boolean = false, Optional noWindow As Boolean = false, Optional customFireCurve As Integer = 0 ) As String() Dim instance As API Dim elem As String Dim endTime As Integer Dim beamExposure As Integer Dim columnExposure As Integer Dim checkCombo As String Dim selectForcesCrit As Integer Dim fireCurve As Integer Dim outOfProc As Boolean Dim noWindow As Boolean Dim customFireCurve As Integer Dim returnValue As String() returnValue = instance.AnalyzeFireElement(elem, endTime, beamExposure, columnExposure, checkCombo, selectForcesCrit, fireCurve, outOfProc, noWindow, customFireCurve)
public: array<String^>^ AnalyzeFireElement( String^ elem, int endTime, int beamExposure = 2, int columnExposure = 3, String^ checkCombo = L"", int selectForcesCrit = 2, int fireCurve = 0, bool outOfProc = false, bool noWindow = false, int customFireCurve = 0 )
member AnalyzeFireElement : elem : string * endTime : int * ?beamExposure : int * ?columnExposure : int * ?checkCombo : string * ?selectForcesCrit : int * ?fireCurve : int * ?outOfProc : bool * ?noWindow : bool * ?customFireCurve : int (* Defaults: let _beamExposure = defaultArg beamExposure 2 let _columnExposure = defaultArg columnExposure 3 let _checkCombo = defaultArg checkCombo "" let _selectForcesCrit = defaultArg selectForcesCrit 2 let _fireCurve = defaultArg fireCurve 0 let _outOfProc = defaultArg outOfProc false let _noWindow = defaultArg noWindow false let _customFireCurve = defaultArg customFireCurve 0 *) -> string[]
(c) NextFEM 2015-2025