2.2.4.16.12 GetGraphPoints::OnNewPoint

Description

This event method is called when a new point is picked via double-click or ENTER key pressed with point selected. Derived classes can implement their own functionality for this event method.

Note: When overriding in a derived class, it is not necessary to prepend the declaration with the virtual keyword.

Syntax

virtual void OnNewPoint(int nPoint)

Parameters

nPoint
[input] Zero-based count of picked points up to and including the new point

Return

Examples

For an example of using this event method, please see the Example Section in GetGraphPoints.

Remark

See Also

Header to Include

origin.h