Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX