CADability dotNET
Delegate definition for GetLengthEvent.

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

Syntax

C#
public delegate double GetLengthDelegate()
Visual Basic
Public Delegate Function GetLengthDelegate As Double
Visual C++
public delegate double GetLengthDelegate()

Return Value

the current length

See Also