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 |