Use this dialog box to create, rename, or delete range tables.
A range table specifies a range of actions to take depending on the actual value of object data or properties associated with drawing objects.
Create range tables and save them with the current drawing to use again.
Select an existing table, rename a table, create a new table, or delete a table.
View all tables in the current drawing.
To view tables, click the down arrow. Select a table.
Display the Rename Range Table dialog box, where you can specify a new name for the current range table.
Display the New Range Table dialog box, where you can save the current table definitions to a new range table.
Remove the current range table.
Do not delete a range table used by your queries.
Use this area to view, edit, or delete rows in the range table.
View all rows in the current range table.
To edit or delete a row, select the row and click Edit or Delete.
Copy the selected row to the Condition section of the dialog box, where you can modify it.
When you finish modifying the condition, click Add To List to update the row in the Current Range Table Definition list.
Delete the selected row.
Delete all rows from the current range table.
Expressions in the Current Range Table Definition list are evaluated from top to bottom, that is, in the order you enter them. As soon as one condition is evaluated as TRUE, AutoCAD Map 3D toolset stops evaluating, ignores the remaining expressions, and returns the value associated with the TRUE condition in the range table.
For example, assume you enter the following expressions:
If < 0 Return: Low
If < 15 Return: Medium
If < 30 Return: High
If < 45 Return: Very High
With a value of 20, the first condition evaluates to FALSE because 20 is not less than 0. The second condition also evaluates to FALSE since 20 is not less than 15. However, the third condition evaluates to TRUE since 20 is less than 30, and the value returned by the range table is High. The last condition, although TRUE, is ignored.
Edit an existing row, or create a new one.
Select an operator from the list.
Operator | Description |
---|---|
= | The value of the selected property or data is equal to the value you enter the Value box. |
> | The value of the selected property or data is greater than the value you enter the Value box. |
>= | The value of the selected property or data is greater than or equal to the value you enter the Value box. |
< | The value of the selected property or data is less than the value you enter the Value box. |
<= | The value of the selected property or data is less than or equal to the value you enter the Value box. |
/= | The value of the selected property or data is not equal to the value you enter the Value box. |
OTHERWISE | Specify the action to take none of the preceding conditions are met.If you include an OTHERWISE condition, it must be at the end of the list. |
Enter a simple expression.
If an object matches the value of this expression, the object is affected by the return value.
Specify a return value for this condition.
The return value specifies what happens if the object matches the expression.
Enter a value or a simple expression. Do not enter a compound expression.
Add the current condition to the Current Range Table Definition list.
Update the selected condition in the Current Range Table Definition list with the current condition.