CODLinkComponent::InsertVertex
voidCODLinkComponent::InsertVertex(const intnIndex, const CPoint&ptVertex)
Inserts a vertex into the vertex array.
Defined in: OdLinkComp.cpp
Return Value
void
Parameters
nIndex
The index of the vertex in the array.
ptVertex
The value of the vertex to insert in world coordinates.
Comments
The link component forwards this function call onto the link shape object.See Also