Name DeleteAllMapItems
Type Method
Summary Deletes the all items from the auto-mapper sequence.
Prototype long DeleteAllMapItems();
Description Deletes all items from the auto-mapper sequence.

You can use this to start a new auto-map sequence.
VBscript example
world.DeleteAllMapItems
Jscript example
world.DeleteAllMapItems();
PerlScript example
$world->DeleteAllMapItems();
Returns eNoMapItems: Map sequence was empty, nothing was deleted.
eOK: Deleted all items

See also ...