Q3PolyLine_SetData
You can use theQ3PolyLine_SetDatafunction to set the data that defines a polyline and its attributes.
TQ3Status Q3PolyLine_SetData ( TQ3GeometryObject polyLine, const TQ3PolyLineData *polyLineData);
polyLine- A polyline.
polyLineData- A pointer to a
TQ3PolyLineDatastructure.DESCRIPTION
TheQ3PolyLine_SetDatafunction sets the data associated with the polyline specified by thepolyLineparameter to the data specified by thepolyLineDataparameter.