Attribute map of point map

Command line

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

 

OUTMAP

=

PointMapAttribute(InputPntMapName, ColumnName)

OUTMAP

=

PointMapAttribute(InputPntMapName, TableName.ColumnName)

where:

OUTMAP

is the name of your output point map.

PointMapAttribute

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

InputPntMapName

is the name of your input point 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 point 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: