Description | |||||||||||
Extracts a collection from a feature element tree element of type PRO_E_STD_CURVE_COLLECTION_APPL, PRO_E_STD_SURF_COLLECTION_APPL. | |||||||||||
Synopsis | |||||||||||
#include <ProElement.h> | |||||||||||
ProError | ProElementCollectionGet | ( | |||||||||
ProElement element | |||||||||||
/* (In) | |||||||||||
The element. | |||||||||||
*/ | |||||||||||
ProCollectionGetOptions opts | |||||||||||
/* (In) | |||||||||||
Options to use when extracting the element. Reserved for future use; pass NULL in this release. | |||||||||||
*/ | |||||||||||
ProCollection* collection | |||||||||||
/* (Out) | |||||||||||
A copy of the collection object. Free this using ProCollectionFree(). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|