Delegate ConstructAction.DoubleInput.SetDoubleDelegate
Delegate definition for SetDoubleEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetDoubleDelegate(double val);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | val | the value that has been provided by the user |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if accepted, fale otherwise |