Show / Hide Table of Contents

Delegate ConstructAction.GeoVectorInput.SetGeoVectorDelegate

Delegate definition for SetGeoVectorEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetGeoVectorDelegate(GeoVector vector);
Parameters
Type Name Description
GeoVector vector

the user provided vector

Returns
Type Description
System.Boolean

true: accepted, false not accepted

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