<ReloadAnnotationFrames>
Section:
Exporter (Task Agent)
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag defines whether to reload frames (update with the latest database versions) for Creo Elements/Direct Annotation. The default is false, meaning that frames are left unchanged in the Creo Elements/Direct Annotation drawings.
This tag only applies to DrawingJobExporter (DraftingConversion.xml) and PlotJobExporter (DraftingPlot.xml).
Example
<Exporter java_class="com.osm.automation.DrawingJobExporter">
<StartScriptTemplate>viewable_job_startup.m</StartScriptTemplate>
<ReloadAnnotationFrames>true</ReloadAnnotationFrames>
</Exporter>
Was this helpful?