ALTAStressProfile.AddSegment: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|ALTAStressProfile Class|ALTAStressProfile}}
{{Template:APIClass|ALTAStressProfile Class|ALTAStressProfile}}
== Declaration  ==
 
Add a new segment into the Stress Profile
 
== Method Syntax ==
{{APIName|AddSegment(}}
{{APIName|AddSegment(}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}

Revision as of 23:29, 12 September 2013



Add a new segment into the Stress Profile

Method Syntax

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.