operator=

operator= — assigns a new value to a DataHubPoint object (C++ only).

Synopsis

For C++:
CDataHubPoint& operator=(point); 
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.

See Also

DataHubPoint Class, Categorized List of Methods, clear