MAX - 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
11 (2016)

Specifies the maximum allowed value that you can type into a text box. You use MAX with the TYPE attribute.

You can use MAX with the MIN property.

TYPE can take one of two values:

  • Inclusive - the allowed value range includes the value specified. For example, <MAX TYPE="Inclusive">90</MAX> means that the value of the property must be less than or equal to 90.

  • Exclusive - the allowed value range excludes the value specified. For example, <MAX TYPE="Exclusive">90</MAX> means that the value of the property must be less than but not equal to 90.

MAX exists as a child node of the RANGE node:

<RANGE>
<MAX TYPE="Inclusive">100</MAX>

See Also

MIN
TYPE
Label Rule Manager
Appendix: Label Rule Manager Customization
XML Structure for Property and Property Group Definitions