Vectrosity: Clear vector2 array points

Hi developers,

I have an array of vector2: Vector2 points and I would like to clear the array when a key is pressed, may I know how can I do this?

Thank you!

line.points2.Clear();

should do it I think?