Documentación de la API > Features > Object ProGroup > Function ProGroupFeaturesCollect
Function ProGroupFeaturesCollect
Description
Collect the features in a group
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProGroupFeaturesCollect
(
ProGroup* group
/* (In)
The UDF or local group
*/
ProFeature** feats
/* (Out)
ProArray of group members. Free this using ProArrayFree.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?