Show / Hide Table of Contents

Delegate MultiGeoPointProperty.GetInsertionPointDelegate

Delegate definition for GetInsertionPointEvent

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate GeoPoint GetInsertionPointDelegate(IShowProperty sender, int index, bool after);
Parameters
Type Name Description
IShowProperty sender

This property

System.Int32 index

Where to insert

System.Boolean after

true: insert after this index, false: insert before this index

Returns
Type Description
GeoPoint

The new point to be inserted

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