Click or drag to resize

FrameClone Method

Create a copy of this Frame and its measurements.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual Frame Clone()
View Source

Return Value

Frame
A cloned Frame.
Remarks
The measurement dictionary of this Frame is synclocked during copy.
See Also