Method function SLScope.TSLDisplayZoneChannelLinkData.GetSize() : Integer
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayZoneChannelLinkData
Contents |
Syntax
Delphi:
function GetSize() : Integer;
C++ Builder:
int __fastcall GetSize();
Visual C++ (MFC):
int GetSize();
Summary
Returns the latest number of points from the channel in the zone.
Description
Call this method to get the latest number of points from the channel in the zone.
The latest data may not be displayed yet on the scope if the scope is on Hold or have not been refreshed.
Call the GetDrawSize to get the latest displayed number of points in the zone.