API Documentation > Features > Object ProFeature > Function ProFeatureChildrenGet
Function ProFeatureChildrenGet
Description
Collects and returns all the children of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureChildrenGet
(
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
int** p_children
/* (Out)
An array of feature ids of children features. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory.
*/
int* p_count
/* (Out)
The size of the p_children array.
*/
)
Returns
The function successfully retrieved the children.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Was this helpful?