Category
Curve and surface collection
, Object
ProCollection
Function ProCollectionTypeGet
Description
Get the type of a
ProCollection.
Synopsis
#include <
ProCollect.h
>
ProError
ProCollectionTypeGet
(
ProCollection
collection
/* (In)
The collection object.
*/
ProCollectionType
*
type
/* (Out)
The type of the collection.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeded.
PRO_TK_BAD_INPUTS
One or more arguments is invalid.
PRO_TK_BAD_CONTEXT
The type of collection has not been established.
Manual References:
User Interface: Curve and Surface Collection: Programmatic Access to Collections
Sample Code References:
pt_userguide ( UgOADraftCreate.c )
pt_userguide ( UgSmtFlgWallCreate.c )