Interface IWaveform
Represents an interface for a waveform.
public interface IWaveform : IHasKey
- Inherited Members
Properties
Points
Gets the points of the waveform.
IPointCollection Points { get; }
Property Value
StartTime
Gets the start time. It depends on implementation, when the start time is set.
DateTime? StartTime { get; }