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 OnSolution(
	int solutionNumber
)
Visual Basic
Public Overridable Sub OnSolution ( _
	solutionNumber As Integer _
)
Visual C++
public:
virtual void OnSolution(
	int solutionNumber
)

Parameters

solutionNumber
Type: System..::..Int32
the 0-based number of solution

See Also