Category Curve and surface collection, Object ProCollection

Function ProCollectionTypeGet


Description
Get the type of a ProCollection.
Synopsis
#include <ProCollect.h>
ProErrorProCollectionTypeGet(
ProCollection collection
/* (In)
The collection object.
*/
ProCollectionType* type
/* (Out)
The type of the collection.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_BAD_CONTEXTThe type of collection has not been established.

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgOADraftCreate.c )
  2. pt_userguide ( UgSmtFlgWallCreate.c )