Table of Contents

Interface IWaveform

Namespace
Loehnert.Waveforms.Contracts
Assembly
Loehnert.Waveforms.dll

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

IPointCollection

StartTime

Gets the start time. It depends on implementation, when the start time is set.

DateTime? StartTime { get; }

Property Value

DateTime?