API 文件集 > Features > Object ProFeature > Function ProFeatureElemIsIncomplete
Function ProFeatureElemIsIncomplete
Description
Determines whether the element specified by the elempath argument is incomplete.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureElemIsIncomplete
(
ProFeature* feature
/* (In)
The feature.
*/
ProElempath elempath
/* (In)
The path to the element.
*/
ProBool* p_isincomplete
/* (Out)
If the element is incomplete, this is PRO_B_TRUE; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
See Also
Sample Code References
這是否有幫助?