ALTADataSet.AddStressDefinition: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
{{APIName|StressRelation}} | {{APIName|StressRelation}} | ||
{{APIPrefix|As ALTASolverLSR}} | {{APIPrefix|As ALTASolverLSR}} | ||
{{APIName| | = | ||
{{APIName|ALTASolverLSR.Exponential,}} | |||
{{APIPrefix|Optional ByVal,}} | {{APIPrefix|Optional ByVal,}} | ||
{{APIName|UseStress}} | {{APIName|UseStress}} | ||
{{APIPrefix|As Double}} | {{APIPrefix|As Double}} | ||
{{APIName| | = | ||
{{APIName|1)}} | |||
{{APIComment| | {{APIComment|Adds a stress definition (column). The number of stresses in subsequent calls to AddFailure, AddSuspension etc. must be equal to the number of stress definitions in the data set.}} |
Revision as of 21:53, 3 September 2013
Declaration
Public Sub AddStressDefinition(( ByVal Name As String, Optional ByVal StressRelation As ALTASolverLSR = ALTASolverLSR.Exponential, Optional ByVal, UseStress As Double = 1)
Adds a stress definition (column). The number of stresses in subsequent calls to AddFailure, AddSuspension etc. must be equal to the number of stress definitions in the data set.