Show / Hide Table of Contents

Delegate MultiGeoPointProperty.ModifyWithMouseIndexDelegate

Delegate definition for ModifyWithMouseEvent.

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate bool ModifyWithMouseIndexDelegate(IPropertyEntry sender, int index);
Parameters
Type Name Description
IPropertyEntry sender

this object

System.Int32 index

index of the point that is modified

Returns
Type Description
System.Boolean

true: accepted, false: not accepted

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