TFPointList.AssignArray
Copies an array of three-dimensional points to this list.
Syntax
procedure AssignArray(const NewItems: array of TFPoint);
Description
Call AssignArray to copy an array of three-dimensional points to this list. Specify an array of new items as the NewItems parameter.
Go to CAD VCL Enterprise