API 文件集 > Features > Object ProFeature > Function ProFeatureGroupStatusGet
Function ProFeatureGroupStatusGet
Description
Retrieves the group status of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureGroupStatusGet
(
ProFeature* p_feat_handle
/* (In)
The feature to process
*/
ProGroupStatus* p_group_status
/* (Out)
The current group status of the feature
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
這是否有幫助?