Delegate ConstructAction.StringInput.SetStringDelegate
Delegate definition for the SetStringEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetStringDelegate(string val);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | val | the entered value |