API 설명서 > Features > Object ProFeature > Function ProFeatureParentsGet
Function ProFeatureParentsGet
Description
Collects and returns all the parents of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureParentsGet
(
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
int** p_parents
/* (Out)
An array of feature ids of parent 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_parents array.
*/
)
Returns
The function successfully retrieved the parents.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?