Braces - Intergraph Smart 3D - Reference Data - Hexagon

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
13

Braces {} within a property definition indicate a reference to the value of another property in the schema, as in the following example:

<RANGE>
<MIN TYPE="Inclusive">0</MIN>
<MAX TYPE="Inclusive">{maxOffset}</MAX>
<DEFAULT>0</DEFAULT>
</RANGE>

In the above example, {maxOffset} indicates that the maximum value allowed for the minOffset property must equal the value set for the maxOffset property. In this way, the software makes sure that the minOffset value does not exceed the maxOffset value.

Braces act as simple text replacements for property values and therefore have many applications in schema property definitions.

See Also

RANGE
Label Rule Manager
Appendix: Annotation Rule Manager Customization
XML Structure for Property and Property Group Definitions