Gets ot sets reference to last IMeasurement that was sorted into this ChannelFrameBase<(Of <(<'T>)>)>.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IMeasurement LastSortedMeasurement { get; set; }
Public Property LastSortedMeasurement As IMeasurement Get Set
public: virtual property IMeasurement^ LastSortedMeasurement { IMeasurement^ get () sealed; void set (IMeasurement^ value) sealed; }
Remarks
This value is used to help monitor slow moving measurements that are being sorted into the ChannelFrameBase<(Of <(<'T>)>)>.