insert_node
Description:
public void insert_node (
Location location,
uint position)
Inserts a Location object to the specified position.
Parameters:
this |
a PathLayer
|
location |
a Location
|
position |
position in the list where the Location object should be inserted
|