Annotation Security
 
The functions described in this section allow you to manage whether an annotation is designated as a security marking. You can independently control the security marking option of a drawing annotation. You cannot copy such annotations. Annotations designated as security markings have the following characteristics:
Always visible whenever the model is viewed in a product that supports the security markings.
Listed at the top of the detail tree in an active combined state.
Shown by an icon in the Detail Tree and Model Tree.
Functions Introduced:
Use the function ProAnnotationSecuritymarkingSet() to set the security marking option for notes and symbols. The input arguments follow:
a
annotation—Annotation must be flat to screen, unattached, and standalone note or symbol.
is_secure—Pass a ProBoolean value PRO_B_TRUE to designate security marking.
Use the function ProAnnotationSecuritymarkingGet() to retrieve the security marking option for notes and symbols.
Was this helpful?