<AnnotationFrameRegister>
Section:
Options
Required:
No
Value type:
Fully qualified Java class name
Default:
com.osm.datamgmt.biz.DefaultAnnotationFrameRegister
Product:
Creo Elements/Direct Model Manager
Description
When Creo Elements/Direct Modeling starts Creo Elements/Direct Annotation, Creo Elements/Direct Model Manager gets the set of frames from the database and adds it to the Creo Elements/Direct Annotation menu This class controls the automatic registration of frames in Creo Elements/Direct Annotation. The class must extend the default com.osm.datamgmt.biz.DefaultFrameRegister class.
If this tag is empty, any existing macro customizations for registering frames in Creo Elements/Direct Annotation are enabled.
Example
This example shows a valid configuration for the tag:
<AnnotationFrameRegister>com.acme.datamgmt.biz.DefaultAnnoFrameRegister</AnnotationFrameRegister>
Was this helpful?