CADability dotNET
delegate definition for GetAngleEvent

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

Syntax

C#
public delegate Angle GetAngleDelegate()
Visual Basic
Public Delegate Function GetAngleDelegate As Angle
Visual C++
public delegate Angle GetAngleDelegate()

Return Value

the current angle

See Also