The map plotting functions begin with map_plt.
map_pltBlkAtts
Gets a list of block attributes.
map_pltBlkList
Returns a sorted list of block names that are usable as plot layouts.
map_pltBlkVps
Returns a list of valid viewport layers in layout blocks.
map_pltCleanup
Restores settings altered by map_pltInit.
map_pltCurrDef
Selects or creates a plot set.
map_pltCurrDel
Resets a plot set attribute to its default value.
map_pltCurrGet
Retrieves the value for a specific attribute for the current plot set.
map_pltCurrSave
Appends the current plot set definition to the plot set list.
map_pltCurrSet
Sets the value of an attribute for the current plot set.
map_pltDefDelete
Deletes a plot set definition.
map_pltDefGet
Gets the value of an attribute of the plot set definition.
map_pltDefList
Returns a list of available plot set definitions in the project.
map_pltDefRead
Reads in a plot set definition from the plot definition dictionary for the project.
map_pltDefSave
Writes the current plot set definition to the plot definition dictionary.
map_pltDefValid
Tests the plot set definition for validity.
map_pltDefVerify
Validates the given plot set to prevent plotting errors.
map_pltDisplay
Generates the plot display for the specified boundary.
map_pltExecute
Executes a plot, given a specified plot set.
map_pltInit
Initializes environment for plotting.
map_pltPlot
Executes the plot script of the current plot set definition.
map_pltRestore
Restores display altered by map_pltDisplay.