CADability dotNET
delegate definition for the GetChoiceEvent

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

Syntax

C#
public delegate int GetChoiceDelegate()
Visual Basic
Public Delegate Function GetChoiceDelegate As Integer
Visual C++
public delegate int GetChoiceDelegate()

Return Value

the current value

See Also