Attribute map of segment map

Command line

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

 

OUTMAP

=

SegmentMapAttribute(InputSegMapName, ColumnName)

OUTMAP

=

SegmentAttribute(InputSegMapName, TableName.ColumnName)

where:

OUTMAP

is the name of your output segment map.

SegmentMapAttribute

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

InputPntMapName

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