All Cadcorp SIS API Methods

ExportVrml Method

Description

Exports the current view to a VRML file.

Syntax

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

Parameters

filename
The name of the exported file.

Remarks

Available: OD

Groups:

Example

sis.ExportVrml ("c:\raster\map.tif")