MIN - 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 (2018)

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

You can use MIN along with the MAX property.

TYPE takes one of two values:

  • Inclusive – the allowed value range includes the value specified. For example, <MIN TYPE="Inclusive">0</MIN> indicates that the value of the property must be greater than or equal to 0.

  • Exclusive – the allowed value range excludes the value specified. For example, <MIN TYPE="Exclusive">0</MIN> indicates that the value of the property must be greater than but not equal to 0.

MIN exists as a child node of the RANGE node:

<RANGE>
<MIN TYPE="Inclusive">1</MIN>

See Also

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