Show / Hide Table of Contents

Delegate ConstructAction.ActionDoneDelegate

Delegate for ActionDoneEvent.

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void ActionDoneDelegate(ConstructAction ca, bool success);
Parameters
Type Name Description
ConstructAction ca

this ConstructAction

System.Boolean success

true: an object was constructed and added to the model. false: action was aborted or object not fully defined

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