ALTAStressProfile.AddSegment: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Template:APIClass|ALTAStressProfile Class|ALTAStressProfile}}
{{Template:APIClass|ALTAStressProfile Class|ALTAStressProfile}}
== Declaration  ==
== Declaration  ==
{{APIPrefix|Sub}}
{{APIName|AddSegment(}}
{{APIName|AddSegment(}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}
Line 13: Line 12:


{{APIComment|Adds a new segment to the stress profile.}}
{{APIComment|Adds a new segment to the stress profile.}}
== Parameters ==
'''SegmentEnd'''
The time at the end of this segment.
'''Stress'''
The stress during this segment.

Revision as of 23:28, 12 September 2013


Declaration

AddSegment( ByVal SegmentEnd As Double , ByVal Stress As Double )

Adds a new segment to the stress profile.

Parameters

SegmentEnd The time at the end of this segment.

Stress The stress during this segment.