ALTASegment Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) (Created page with '{{Template:APIClass|Global_ALTA|Global_ALTA}} This class describes an ALTA Stress Segment. == Properties == {{Template:ALTASegment.SegmentStart}} {{Template:ALTASegment.Segme…') |
Chris Kahn (talk | contribs) 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. | |||
== Properties == | == Properties == | ||
{{ | *SegmentStart (as ''TYPE'') {{APIComment|The segment's start time.}} | ||
*SegmentEnd (as ''TYPE'') {{APIComment|The segment's end time.}} | |||
{{ | *Stress (as ''TYPE'') {{APIComment|The stress level throughout the segment.}} | ||
{{ |
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.