Function ProCrvcollectionCopy
Description
Copies a curve collection.
Synopsis
ProCrvcollectionCopy
(
/* (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.
*/
/* (Out)
The copy of the curve collection. This will be a newly allocated collection that should be freed by ProCollectionFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Memory allocation failure.
The collection contains instructions for surfaces.
See Also
Sample Code References
这对您有帮助吗?