ALTADataSet.AddStressProfile: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|ALTADataSet Class|ALTADataSet}} == Declaration == {{APIPrefix|Public Sub}} {{APIName|AddStressProfile(}} {{APIPrefix|ByVal}} {{APIName|profile}} {{APIPrefix|…')
 
No edit summary
Line 9: Line 9:
{{APIName|)}}
{{APIName|)}}


{{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 profile to the data set. It then can be used as a stress for Cumulative Damage model.}}

Revision as of 20:31, 3 September 2013


Declaration

Public Sub AddStressProfile( ByVal profile As ALTAStressProfile )

Adds a stress profile to the data set. It then can be used as a stress for Cumulative Damage model.