All Cadcorp SIS API Methods

ExportWmf Method

Description

Export the current view to a Windows Metafile (WMF) file.

Syntax

Visual Basic
Public Function ExportWmf( _
   ByVal filename As String _
) As Integer

Parameters

filename
The name of the exported file.

Remarks

Available: D OD OM SISpy

Groups:

Example

sis.ExportWmf ("c:\raster\map.wmf")