.. highlightlang:: us .. _xyzcopyconfig: XYZCopyConfig ============= .. index:: XYZCopyConfig .. us.tag XYZCopyConfig ENGLISH XYZSet New510 :ref:`XYZCopyConfig` copies the style properties from the source 3D dataset to the destination 3D dataset. .. function:: bool = XYZCopyConfig(hDataSource, hDataDest, bCopyDatasource) .. us.return **Return Value** *bool* is TRUE (1), when the function was successful. .. us.params **Parameters** .. uparam:: hDataSource *hDataSource* is the handle of the source dataset. .. uparam:: hDataDest *hDataDest* is the handle of the destination 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.1.0 - New .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZCreateFromMatrix`, :ref:`ObjCopy` :sub:`id-380887`