Show / Hide Table of Contents

Delegate ConstructAction.AngleInput.SetAngleDelegate

Delegate definition for the SetAngleEvent.

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetAngleDelegate(Angle angle);
Parameters
Type Name Description
Angle angle

the new value for the angle

Returns
Type Description
System.Boolean

true: accepted, false: discarded

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