CODPointComponent::DeleteVertex

CPoint CODPointComponent::DeleteVertex(const int nIndex)

Removes a vertex from the array.

Defined in: OdPointComp.cpp

Return Value

The position value of the vertex removed.

Parameters

nIndex

The index of the vertex to remove.

Comments

This function reallocates the point arrays to the new size to free the memory occupied by the deleted vertex.