CODLinkComponent::SetVertex

CPoint CODLinkComponent::SetVertex(const int nIndex, const CPoint& ptVertex)

Sets a vertex of the component.

Defined in: OdLinkComp.cpp

Return Value

The value of the vertex that was already there.

Parameters

nIndex

The zero-based index of the vertex in the array.

ptVertex

The new vertex position value in world coordinates.

Comments

The link component forwards this function call onto the link shape object.

See Also

AssignShape