CADability dotNET
Delegate definition for the SetAngleEvent.

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

Syntax

C#
public delegate bool SetAngleDelegate(
	Angle angle
)
Visual Basic
Public Delegate Function SetAngleDelegate ( _
	angle As Angle _
) As Boolean
Visual C++
public delegate bool SetAngleDelegate(
	Angle angle
)

Parameters

angle
Type: CADability..::..Angle
the new value for the angle

Return Value

true: accepted, false: discarded

See Also