Delegate ConstructAction.MultipleChoiceInput.SetChoiceDelegate
Delegate definition for SetChoiceEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetChoiceDelegate(int val);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | val | the user providet value |