The function
ProSnapshotAllowedInDrawingSet() assigns the active snapshot of the top-level assembly to be available or unavailable in drawings. Set the argument
allow to
PRO_B_TRUE to make the snapshot available in drawings.
The function
ProSnapshotAllowedInDrawingGet() determines if the active snapshot is allowed in drawings. The argument
p_is_allowed is
PRO_B_TRUE if the snapshot is allowed in drawings.