CODOrthogonalLinkShape::UpdateVertex

BOOLCODOrthogonalLinkShape::UpdateVertex(const intnVertexIdx, CODPortComponent*pSourcePort, CODPortComponent*pTargetPort)

Adjust the shape when a vertex changes.

Defined in: OdLinkShape.cpp

Return Value

TRUE if shape changed; otherwise FALSE.

Parameters

nVertexIdx

Index of vertex that has changed.

pSourcePort

Pointer to port connected to the tail of the link.

pTargetPort

Pointer to port connected to the head of the link.

Comments

This function does nothing and always returns FALSE, because changes to vertices do not affect the head and tail points.