DISPLAY (Value Range) - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
12.1 (2019)

Specifies that the displayed value of a property must fall within a fixed numeric range that differs from the stored label template .xml value range.

Currently, only the delivered percentageOffset label property exists as an example of DISPLAY (Value Range). For this property, the software expects to find a decimal number in the range [0,1] in the .xml template value. However, because percentages normally fall within the range of 0 to 100, the software translates the decimal values as shown in the table below, and displays this property as an integer in the range [0,100].

TEMPLATE XML VALUE

DISPLAY VALUE

0.0

0

0.3

30

0.5

50

1.0

100

DISPLAY (Value Range) exists as a child node of the RANGE node:

<POSSIBLE_VALUES>
<DATA_TYPE>Double</DATA_TYPE>
<RANGE>
<MIN TYPE="Inclusive">0</MIN>
<MAX TYPE="Inclusive">1</MIN>
<DEFAULT>0</DEFAULT>
<DISPLAY DATA_TYPE="Integer">
<MIN TYPE="Inclusive">0</MIN>
<MAX TYPE="Inclusive">100</MAX>
</DISPLAY>
</RANGE>
</POSSIBLE_VALUES>

<DATA_TYPE> is the data type of the property value in the .xml template. <DISPLAY DATA_TYPE> is the data type of the property's display value in the Rule Manager.

See Also

DISPLAY (Property Name)
Label Rule Manager
Appendix: Label Rule Manager Customization
XML Structure for Property and Property Group Definitions