API 설명서 > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationIsInactive
Function ProAnnotationIsInactive
Description
Identifies if the annotation is inactive due to missing references.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationIsInactive
(
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim).
*/
ProBoolean* is_inactive
/* (Out)
PRO_B_TRUE if the annotation cannot be displayed due to missing references, PRO_B_FALSE if it can be displayed.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
License check failure.
User Guide References
도움이 되셨나요?