All Cadcorp SIS API Methods

Export Method

Description

Exports data using a Plug-in Exporter.

Syntax

Visual Basic
Public Function Export( _
   ByVal clsExport As String, _
   ByVal filename As String, _
   ByVal parameters As String _
) As Integer

Parameters

clsExport
The Plug-in Exporter class to use.
 
filename
The name of the exported file.
 
parameters

Optional parameters used to configure the Plug-in Exporter. There must be no spaces in parameters.

ArcView (*.shp)

clsExport = "AArcInfoShapeExporter"

Parameters

index=n
overlay position to export

type=n
type of data

0   Point
1   PolyLine
2   Polygon
3   MultiPoint
10 PointZ
11 PolyLineZ
12 PolygonZ
13 MultiPointZ

Example :

sis.Export ("AArcInfoShapeExporter","c:\\test.shp","index=0,type=3")

Remarks

Available: GEO D OD OM SISpy

Groups: