CADability dotNET
Will be called when MultiSolution is true and the user presses the PgUp/PgDown key or selects the appropriate entries of the context menu. Override this method to implement a multi-solution construction. Default implementation is empty.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public virtual void OnDifferentSolution(
	bool next
)
Visual Basic
Public Overridable Sub OnDifferentSolution ( _
	next As Boolean _
)
Visual C++
public:
virtual void OnDifferentSolution(
	bool next
)

Parameters

next
Type: System..::..Boolean
true: forward, false: backward

See Also