copy

copy — copies the point data.

Synopsis

For C++:
void copy(point); 
const CDataHubPoint& point;
 
For Java, and C#:
void copy(point); 
DataHubPoint point;
 

Parameters

point

A DataHubPoint object to be copied into this DataHubPoint object.

Description

Please refer to the operator= method.