Function ProElementCollectionGet
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>
ProElementCollectionGet
(
ProElement element
/* (In)
The element.
*/
/* (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
The function succeeded.
One or more arguments is invalid.
This element does not contain a collection.
Sample Code References
User Guide References
これは役に立ちましたか?