copy
copy — copies the point data.
Syntax
For C++:
void copy(
const CDataHubPoint& point)
;
For Java, and C#:
void copy(
DataHubPoint point)
;
Parameters
- point
A DataHubPoint object to be
copied into this DataHubPoint
object.
Description
Please refer to the operator= method.