Category Curve and surface collection, Object ProCollectionref

Function ProCollectionrefTypeGet


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.

Get the type of a specified collection reference

Synopsis
#include <ProCollect.h>
ProErrorProCollectionrefTypeGet(
ProCollectionref reference
/* (In)
The collection reference object
*/
ProCollectionrefType* r_type
/* (Out)
The reference type
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

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