Click or drag to resize

SignalTrackingStageStats Class

Signal statistics.
Inheritance Hierarchy
SystemObject
  Demo3D.IOSignalTrackingStageStats

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class StageStats

The SignalTrackingStageStats type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Count of the number of times the signal passed this stage.
Public propertyDuration
The time in stage.
Public propertyEnd
The end time the last time the signal moved out of this stage.
Public propertyGroup
The data associated with the signal group.
Public propertyStage
The stage.
Public propertyStart
The start/arrival time the first time the signal moved into this stage.
Public propertyStats
Additional stage specific stats for the new stage, or null.
Top
See Also