XYZCopyConfigΒΆ

XYZCopyConfig copies the style properties from the source 3D dataset to the destination 3D dataset.

bool = XYZCopyConfig(hDataSource, hDataDest, bCopyDatasource)

Return Value

bool is TRUE (1), when the function was successful.

Parameters

hDataSource

hDataSource is the handle of the source dataset.

hDataDest

hDataDest is the handle of the destination 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.1.0 New

id-380887