Description | ||||||||||||||
Collect groups (including UDFs) in the solid. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcSolid::ListGroups | |||||||||||||
Synopsis | ||||||||||||||
#include <ProUdf.h> | ||||||||||||||
ProError | ProSolidGroupsCollect | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid | ||||||||||||||
*/ | ||||||||||||||
ProGroup** groups | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of groups. Free this memory using ProArrayFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|