Description:
Inserts the specified layer at the specified position in the array.
Syntax:
Sub Insert (Index as Long, Layer as IGLayer)
Parameters:
| Name |
Description |
| Index |
Position in the array to which to insert the layer |
| Layer |
Layer to insert |
Return Value:
None