<NumericOnly>
Section:
Attribute
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag affects the values presented for MAJOR_REV and MINOR_REV. If true, Creo Elements/Direct Model Manager presents only numeric values. If false or not included, Major Rev or Minor Rev will include both alphabetic and numeric values.
Example
This example shows valid configurations for the tag in MAJOR_REV and MINOR_REV definitions:
<Attribute>
MAJOR_REV
<DisplayName catalog="model" msg_num="957">Major Rev</DisplayName>
<Visible>false</Visible>
<AttributeEditorClass>com.osm.datamgmt.editor.MajorRevAttributeEditor</AttributeEditorClass>
<IncludeInLayoutManager>false</IncludeInLayoutManager>
<InitialRev>0</InitialRev>
<SecondRev>1</SecondRev>
<NumericOnly>true</NumericOnly>
</Attribute>
<Attribute>
MINOR_REV
<DisplayName catalog="model" msg_num="958">Minor Rev</DisplayName>
<AttributeEditorClass>com.osm.datamgmt.editor.MinorRevAttributeEditor</AttributeEditorClass>
<Visible>true</Visible>
<IncludeInLayoutManager>true</IncludeInLayoutManager>
<Searchable>false</Searchable>
<InitialRev>0</InitialRev>
<SecondRev>1</SecondRev>
<NumericOnly>true</NumericOnly>
</Attribute>
Was this helpful?