.. highlightlang:: us .. _xycopyconfig: XYCopyConfig ============ .. index:: XYCopyConfig .. us.tag XYCopyConfig ENGLISH XYZSet New510 :ref:`XYCopyConfig` copies the style properties from the source 1D or 2D dataset to the destination 1D or 2D dataset. .. function:: bool = XYCopyConfig(hDataDest, hDataSource, bCopyDatasource) .. us.return **Return Value** *bool* is TRUE (1), when the function was successful. .. us.params **Parameters** .. uparam:: hDataDest *hDataDest* is the handle of the destination dataset. .. uparam:: hDataSource *hDataSource* is the handle of the source dataset. .. uparam:: 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. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.15.5 - Correction: Order of hDataDest and hDataSource corrected. * - 5.1.0 - New .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYCreate`, :ref:`TYCreate`, :ref:`ObjCopy` :sub:`id-2096353`