Category Curve and surface collection, Object ProCollection

Function ProCollectionInstrAdd


DEPRECATED: Since Wildfire 4.0
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description
Note: This function accesses an older version of the ProCollection interface. It has been superseded. Please consult the Creo Parametric TOOLKIT user's guide chapter on "Collections" for more information.

Add an instruction to a collection.

Synopsis
#include <ProCollect.h>
ProErrorProCollectionInstrAdd(
ProCollection collection
/* (In)
The collection
*/
ProCollectioninstr instruction
/* (In)
The instruction
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_OBSOLETE_FUNCA newer type of ProCollection was passed.

Manual References:

  1. User Interface: Curve and Surface Collection: Programmatic Access to Legacy Collections