API 文件集 > 3D drawings and annotations > Object ProSymbol > Function ProSymbolDesignationVerify
Function ProSymbolDesignationVerify
Description
Determine if a dimension, dimension tolerance, gtol, or surfacefinish has been designated in the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProSymbolDesignationVerify
(
ProMdl mdl
/* (In)
The model.
*/
ProName symbol
/* (In)
The symbol of the model entity.
*/
ProBoolean* p_is_designated
/* (Out)
PRO_B_TRUE if the symbol is designated, PRO_B_FALSE if not.
*/
)
Returns
The function succeeded.
Invalid input arguments provided.
User Guide References
這是否有幫助?