XYCopyΒΆ

XYCopy creates a copy of a 2D dataset.

hDataNew = XYCopy(hData)
hDataNew = XYCopy(hData, ssNewName)

Return Value

hDataNew is the handle of the new dataset. If the function fails, the return value is FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

ssNewName

ssNewName is the name of the new dataset.

History

Version Description
4.2.7 Funtion can be invoked with only one parameter. Legend- und Info text will be copied.

id-215830