CODLinkComponent::GetPoints

Retrieves the vertices associated with the component.

Defined in: OdLinkComp.cpp

Syntax

int CODLinkComponent::GetPoints(LPPOINT lpPoints)

int CODLinkComponent::GetPoints(CODPointArray& ptArray)

Return Value

The count of points in the array.

Parameters

lpPoints

A pointer to the array where the points will be copied.

ptArray

The array where the points will be copied.

Comments

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

See Also

AssignShape