Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(ISLRealBuffer)
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: TSLBasicWaterfallData
Contents |
Syntax
Delphi:
procedure AddData( ABuffer : ISLRealBuffer );
C++ Builder:
void __fastcall AddData( ISLRealBuffer ABuffer );
Visual C++ (MFC):
void AddData( TSLCRealBuffer ABuffer );
Summary
Adds new Real(double) data buffer to the waterfall.
Description
Use this method to add new Real(double) data buffer to the waterfall.