Delegate ConstructAction.AngleInput.SetAngleDelegate
Delegate definition for the SetAngleEvent.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetAngleDelegate(Angle angle);
Parameters
| Type | Name | Description |
|---|---|---|
| Angle | angle | the new value for the angle |
Returns
| Type | Description |
|---|---|
| System.Boolean | true: accepted, false: discarded |