ALTASegment Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Global_ALTA|Global_ALTA}} This class describes an ALTA Stress Segment. == Properties == {{Template:ALTASegment.SegmentStart}} {{Template:ALTASegment.Segme…')
 
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global_ALTA}}
{{Template:APIClass|Global_ALTA|Global_ALTA}}
 
Used with the [[ALTAStressProfile.GetSegments]] method to define each segment of a stress profile.
This class describes an ALTA Stress Segment.


== Properties ==
== Properties ==


{{Template:ALTASegment.SegmentStart}}
*SegmentStart (as ''TYPE'') {{APIComment|The segment's start time.}}
 
*SegmentEnd  (as ''TYPE'') {{APIComment|The segment's end time.}}
{{Template:ALTASegment.SegmentEnd}}
*Stress      (as ''TYPE'') {{APIComment|The stress level throughout the segment.}}
 
{{Template:ALTASegment.Stress}}

Revision as of 18:01, 11 March 2014


Used with the ALTAStressProfile.GetSegments method to define each segment of a stress profile.

Properties

  • SegmentStart (as TYPE) The segment's start time.
  • SegmentEnd (as TYPE) The segment's end time.
  • Stress (as TYPE) The stress level throughout the segment.