CADability dotNET
Delegate definition for SetDoubleEvent

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

Syntax

C#
public delegate bool SetDoubleDelegate(
	double val
)
Visual Basic
Public Delegate Function SetDoubleDelegate ( _
	val As Double _
) As Boolean
Visual C++
public delegate bool SetDoubleDelegate(
	double val
)

Parameters

val
Type: System..::..Double
the value that has been provided by the user

Return Value

true if accepted, fale otherwise

See Also