Function ProCollectionInstrRemove
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.
Remove an instruction from a collection
Synopsis
#include <ProCollect.h>
ProCollectionInstrRemove
(
ProCollection collection
/* (In)
The collection
*/
ProCollectioninstr instruction
/* (In)
The instruction
*/
)
Returns
User Guide References
Was this helpful?