Delegate ConstructAction.LengthInput.SetLengthDelegate
Delegate definition for SetLengthEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetLengthDelegate(double Length);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | Length | the length that has been entered by the user |
Returns
| Type | Description |
|---|---|
| System.Boolean |