CODClosedCurveComponent::Create

Creates the curve component.

Defined in: OdClosedCurveComp.cpp

Syntax

BOOL CODClosedCurveComponent::Create(CODPointArray* pPointArray);

BOOL CODClosedCurveComponent::Create(LPPOINT lpPoints, int nCount);

Return Value

Non-zero 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.