CODCurveComponent::Create

Creates the curve component.

Defined in: OdCurveComp.cpp

Syntax

BOOL CODCurveComponent::Create(CODPointArray* pPointArray)

BOOL CODCurveComponent::Create(LPPOINT lpPoints, int nCount)

Return Value

TRUE if the component is sucessfully created.

Parameters

pPointArray

The array of points that define the splines of the curve.

lpPoints

The array of points that define the splines of the curve.

nCount

The count of points in the array.