onPointEcho

onPointEcho — a virtual method invoked on receipt of a locally changed point value.

Syntax

For C++:

virtual void onPointEcho(CDataHubPoint&  point);

For Java and C#:

virtual void onPointEcho(DataHubPoint  point);

Parameters

point

A DataHubPoint object. The name member must be valid.

Description

This virtual method is invoked on receipt of a locally changed point value.

See Also

onPointChange