2.7.16 expSHP


Menu Information

File : Export : ESRI Shapefile(SHP)

Brief Information

Export worksheet data as ESRI Shapefile

Command Line Usage

1. expSHP layout:=mxy fname:=%YMyMap.shp;

2. expSHP fname:="C:\Export\Sheet1.shp";

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Worksheet iw

Input

Worksheet

<active>
Specify the worksheet to be exported. By default, the active worksheet is sued.
Data Layout layout

Input

int

0
Specify the layout of data to be exported.

Option list:

  • sxy:Single XY Coordinates {0}
  • mxy:Multiple XY Coordinates {1}

Refer to this page for details of these two layouts.

File Name frame

Input

String

fname$
Specify the path and filename of the output file.

Description

This X-Function is used to export worksheet data as ESRI Shapefile (*.shp).