XYCopyConfigΒΆ
XYCopyConfig copies the style properties from the source 1D or 2D dataset to the destination 1D or 2D dataset.
- bool = XYCopyConfig(hDataDest, hDataSource, bCopyDatasource)
Return Value
bool is TRUE (1), when the function was successful.
Parameters
- hDataDest
hDataDest is the handle of the destination dataset.
- hDataSource
hDataSource is the handle of the source dataset.
- bCopyDatasource
If bCopyDatasource is FALSE (0), the datasource information (info text, legend text, channel names and units and source data file name) are not copied.
History
Version |
Description |
---|---|
5.15.5 |
Correction: Order of hDataDest and hDataSource corrected. |
5.1.0 |
New |
See also
id-2096353