API Documentation > Features > Object ProFeature > Function ProFeatureIsIncomplete
Function ProFeatureIsIncomplete
Description
Determines whether the specified feature is incomplete.
Synopsis
#include <ProFeature.h>
ProFeatureIsIncomplete
(
ProFeature* p_feat_handle
/* (In)
The feature to check for completeness.
*/
ProBoolean* p_is_incomplete
/* (Out)
If the feature is incomplete, this is PRO_B_TRUE. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?