Show / Hide Table of Contents

Delegate ConstructAction.DoubleInput.SetDoubleDelegate

Delegate definition for SetDoubleEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetDoubleDelegate(double val);
Parameters
Type Name Description
System.Double val

the value that has been provided by the user

Returns
Type Description
System.Boolean

true if accepted, fale otherwise

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX