API 文件集 > Miscellaneous > Object ProRound > Function ProRoundIsAutoRoundMember
Function ProRoundIsAutoRoundMember
Description
Determines whether the specified feature is a member of the Auto Round Feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRound.h>
ProRoundIsAutoRoundMember
(
ProFeature* p_feat_handle
/* (In)
The feature to check for completeness.
*/
ProBoolean* p_is_auto_round_member
/* (Out)
If the feature is an Auto Round Member, this is PRO_B_TRUE. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
這是否有幫助?