Table of Contents

atExportArea

Plugin information

Author Aaron
Description Exports a selected area of a map.
Menu option 'File→Export→Selected area'
Download link Included with L3DT.
DLL version 2.6.1.0 (3rd of December 2008).

What does it do?

atExportArea is a library plugin that defines some functions to be used by L3DT or by other plugins. Those functions are listed below.

Functions

file.export.area

Return type: VarID_bool

Arguments:

Name Type What is it?
hMap VarID_map The map from which an area will be exported.
FileName VarID_string A string containing the full path name of the map file tp be exported.
hFormat VarID_format A handle toe the file format to be used to save the map file.
area.x1 VarID_int The starting coordinate in the x-axis.
area.y1 VarID_int The starting coordinate in the y-axis.
area.x1 VarID_int The ending coordinate in the x-axis (included.)
area.y1 VarID_int The ending coordinate in the y-axis (included.)

atExportArea.ExtExportAreaUI

Return type: VarID_bool

Arguments:

Name Type What is it?
hMap VarID_map The map from which an area will be exported.
area.x1 VarID_int The starting coordinate in the x-axis.
area.y1 VarID_int The starting coordinate in the y-axis.
area.x1 VarID_int The ending coordinate in the x-axis (included.)
area.y1 VarID_int The ending coordinate in the y-axis (included.)

This function calls file.export.area.

Changes

2008/12/03 — Updated to support Zeolite v2.6.1.

2007/06/14 — Updated some minor error checking.

2006/11/07 00:29 — Released.