operator=
operator= — assigns a new value to a DataHubPoint object (C++ only).
Syntax
For C++:
CDataHubPoint& operator=( | CDataHubPoint& | point) ; |
For Java, and C#:
None.
Parameters
- point
A DataHubPoint object to be copied into this
DataHubPoint object.
Description
Copies the name, value and
information from the source object. Existing data in the
destination object is cleared. A memory exception may occur due to
allocation of the name and string type data.