Documentação da API > Features > Object ProFeature > Function ProFeatureGroupGet
Function ProFeatureGroupGet
Description
Return the group that contains a given feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProFeatureGroupGet
(
ProFeature* member
/* (In)
The feature.
*/
ProGroup* group
/* (Out)
The group in which the feature is a member.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The feature is not part of a group
The function failed.
See Also
User Guide References
Isto foi útil?