Class CVCarDetectedEventArgs
CV car detected event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class CVCarDetectedEventArgs : EventArgs
Constructors
CVCarDetectedEventArgs(int, TimeSpan)
Initializes a new instance of the CVCarDetectedEventArgs class.
Declaration
public CVCarDetectedEventArgs(int carsCount, TimeSpan elapsedTime)
Parameters
Type | Name | Description |
---|---|---|
int | carsCount | Cars count. |
TimeSpan | elapsedTime | Elapsed time. |
Properties
CarsCount
Gets the cars count.
Declaration
public int CarsCount { get; }
Property Value
Type | Description |
---|---|
int |
ElapsedTime
Gets the elapsed time.
Declaration
public TimeSpan ElapsedTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |