Delegate ConstructAction.IntInput.SetIntDelegate
Delegate definition of the SetIntEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetIntDelegate(int val);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | val | the user entered value |