The compare mode of the primary Composite Session can be set via the ATLAS 10 API. When setting the compare mode to SessionCompareMode.SingleLap, you can also select which lap to use as the repeating lap for the comparison.
// The number of the lap which to use for compare. uint compareLapNumber = 5; // Compare mode to select SessionCompareMode compareMode = SessionCompareMode.SingleLap; sessionService.SetSessionCompareMode( compositeSessionContainerInstanceIdentifier, compositeSessionInstanceIdentifier, compareMode, compareLapNumber);
Comments
0 comments
Please sign in to leave a comment.