Category Curve and surface collection, Object ProCollection

Function ProCollectionAlloc


DEPRECATED: Since Wildfire 4.0
SUPERSEDED BY: ProCrvcollectionAlloc, ProSrfcollectionAlloc
Description
Note: This function accesses a legacy version of the ProCollection interface. It has been superseded by the functions: Please consult the Creo Parametric TOOLKIT user's guide chapter on "Collections" for more information.

Allocates a ProCollection object

Synopsis
#include <ProCollect.h>
ProErrorProCollectionAlloc(
ProCollection* r_coll
/* (Out)
pointer to new collection
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_OUT_OF_MEMORY

Manual References:

  1. Updating Older Applications: Tools Available for Updating Applications
  2. User Interface: Curve and Surface Collection: Interactive Collection
  3. User Interface: Curve and Surface Collection: Programmatic Access to Collections
  4. User Interface: Curve and Surface Collection: Programmatic Access to Legacy Collections