Function ProAnnotationNeedsConversion
Description
Returns if the annotation is created before Creo 4.0 or is created using deprecated APIs ProGtolCreate or ProSetdatumtagCreate and needs conversion. Call ProAnnotationLegacyConvert() only if this API returns true.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationNeedsConversion
(
ProAnnotation* annotation
/* (In)
The annotation ( gtol, ref. dim., driven dim, set datum tag, datum target ).
*/
ProBoolean* needs_conversion
/* (Out)
PRO_B_TRUE if the annotation needs conversion PRO_B_FALSE if the annotatio is already converted
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
See Also
User Guide References
¿Fue esto útil?