Description | ||||||||||||||
Copies a curve collection. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCrvcollection.h> | ||||||||||||||
ProError | ProCrvcollectionCopy | ( | ||||||||||||
ProCollection source | ||||||||||||||
/* (In) | ||||||||||||||
Curve collection If the type is PRO_COLLECTION_LEGACY, the input legacy curve collection will be copied into a standard style curve collection of type PRO_COLLECTION_CRVCOLL. If the type is PRO_COLLECTION_CRVCOLL, the output will be an identical copy of the input. | ||||||||||||||
*/ | ||||||||||||||
ProCollection* target | ||||||||||||||
/* (Out) | ||||||||||||||
The copy of the curve collection. This will be a newly allocated collection that should be freed by ProCollectionFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProCollectionFree |