CADability dotNET
Delegate definition for SetLengthEvent

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

Syntax

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

Parameters

Length
Type: System..::..Double
the length that has been entered by the user

Return Value

See Also