Show / Hide Table of Contents

Delegate ConstructAction.IntInput.SetIntDelegate

Delegate definition of the SetIntEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetIntDelegate(int val);
Parameters
Type Name Description
System.Int32 val

the user entered value

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