Attribute map of polygon map

Command line

The Attribute map of polygon map operation can be directly executed by typing one of the following expressions on the command line of the Main window:

 

OUTMAP

=

PolygonMapAttribute(InputPolMapName, ColumnName)

OUTMAP

=

PolygonAttribute(InputPolMapName, TableName.ColumnName)

where:

OUTMAP

is the name of your output polygon map.

PolygonMapAttribute

is the command to start the creation of an attribute map of a polygon map.

InputPolMapName

is the name of your input polygon map. For the first expression, the attribute table needs to be linked to the input map or its domain.

TableName

is the name of an attribute table. The attribute table should use the same domain as the input map but it does not need to be linked to the polygon map or its domain.

ColumnName

is the name of an attribute column in the attribute table.

When the definition symbol = is used, a dependent output map is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map has been calculated.

See also: