*marksearchmode()

Defines the ID/name search order for *appendmark and *createmark commands.

Syntax

*marksearchmode(mode)

Type

hm.cfg Commands

Description

Defines the ID/name search order for *appendmark and *createmark commands. For entities that have both a name and an ID, they can be searched by name first then ID, or by ID first then name.

Inputs

mode
0
Search by name first, then by ID (default)
1
Search by ID first, then by name

Example

To set the search mode to find first by ID, then by name:
*marksearchmode(1)