ImageBuffer.SampleEndTime Property

Returns the reference end time of the sample in the image buffer.
Syntax:
[C#]
public double SampleEndTime;
Limitations:

Run time only, read only.

Remarks:

The SampleEndTime property returns the reference time at which the sample ended, in seconds.

See also: ImageBuffer, SampleStartTime, ICImagingControl.ReferenceTimeStart, ICImagingControl.ReferenceTimeCurrent

<< ImageAvailableEventArgs.ImageBuffer