operator=
operator= — assigns a new value to a DataHubPoint object (C++ only).
CDataHubPoint& operator=( | point); |
CDataHubPoint& point;None.
pointA DataHubPoint object to be copied into this DataHubPoint object.
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.