ALTADataSet.AddStressDefinition: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
{{APIName|StressRelation}}
{{APIName|StressRelation}}
{{APIPrefix|As ALTASolverLSR}}
{{APIPrefix|As ALTASolverLSR}}
{{APIName|= ALTASolverLSR.Exponential,}}
=
{{APIName|ALTASolverLSR.Exponential,}}
{{APIPrefix|Optional ByVal,}}
{{APIPrefix|Optional ByVal,}}
{{APIName|UseStress}}
{{APIName|UseStress}}
{{APIPrefix|As Double}}
{{APIPrefix|As Double}}
{{APIName|=1)}}  
=
{{APIName|1)}}  


{{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.}}
{{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.