CODLinkCommand::SetPoints

Sets the points of the link to be constructed.

Defined in: OdLinkCmd.cpp

Syntax

void CODLinkCommand::SetPoints(const CODPointArray& pointArray);

void CODLinkCommand::SetPoints(const LPPOINT lpPoints, const int nCount);

Return Value

void

Parameters

pointArray

A CODPointArray object containing the points of the link component.

lpPoints

A pointer to the list of points for the link component.

nCount

The number of points pointed to by lpPoints.