Delegate DoubleProperty.SetDoubleDelegate
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
[Obsolete("use DoubleProperty.SetValueDelegate instead")]
public delegate void SetDoubleDelegate(DoubleProperty sender, double l);
Parameters
| Type | Name | Description |
|---|---|---|
| DoubleProperty | sender | |
| System.Double | l |