Lingo Dictionary > D-F > deleteVertex()

 

deleteVertex()

Syntax

member(memberRef).deleteVertex(indexToRemove)
deleteVertex(member memberRef, indexToRemove)

Description

Vector shape command; removes an existing vertex of a vector shape cast member in the index position specified.

Example

This line removes the second vertex point in the vector shape Archie:

member("Archie").deleteVertex(2)

See also

addVertex, moveVertex(), originMode, vertexList