API 文件集 > Features > Object ProFeature > Function ProFeaturePatternStatusGet
Function ProFeaturePatternStatusGet
Description
Retrieves the pattern status of the specified feature.
NOTE:
This function deals with simple patterns only.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeaturePatternStatusGet
(
ProFeature* p_feat_handle
/* (In)
The feature to process
*/
ProPatternStatus* p_pattern_status
/* (Out)
The current pattern status of the feature
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
這是否有幫助?