2011

Table Of Contents
linktemplatevalue1,...,linktemplatevalueN are the key column values obtained
from the object.
Object Classification Variables
The syntax for using an object class property variable in an expression is
#ObjectClassName.Category.Property
For example, to retrieve the values in the Diameter field of the Pipes table in
the PipeRun object class, enter #Piperun.OD:Pipes.Diameter. To retrieve the
values in the layer property, which is in the General category, enter
#Piperun.General.Layer. To retrieve the values of the end node of the
LocalRoads topology in the Roads object class, enter
#Road.Topo:LocalRoads."end node". Use quotation marks so the space in the
name "end node" is interpreted correctly as part of the property name.
AutoLISP Variables
The syntax for using an AutoLISP variable is
!AutoLISPVariable
For example, to retrieve the values assigned to a variable defined as DIAMETER,
enter !DIAMETER.
EED Expressions
The syntax for using an EED expression is
$EEDFIELD@REGAPP (for string fields)
$#EEDFIELD@REGAPP (for numeric fields)
$&EEDFIELD@REGAPP (for SQL fields)
For example, to retrieve the values for the AGE field registed under the
application ADE, enter $#AGE@ADE.
Object Classification Variables | 1551