XYZCopyΒΆ
XYZCopy creates a copy of a 3D dataset.
- hDataNew = XYZCopy(hData)
- hDataNew = XYZCopy(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 XYZCreate or XYZCreateFromMatrix.
- ssNewName
ssNewName is the name of the new dataset (optional).
History
Version |
Description |
---|---|
4.2.7 |
New |
See also
Overview XYZ-Datasets, XYZCreate, XYZCreateFromMatrix, ObjCopy
id-1109481