
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(). */ ) |

The function succeeded. | |
One or more arguments was invalid. | |
Memory allocation failure. | |
The collection contains instructions for surfaces. |


