IntelliCAD 11.1 Object Library
Export Method
See Also 
FileName
The name of the file to export.
Extension
The extension of the file name. This determines the file format of the exported file.
SelectionSet
The selection set to be exported, if you want to export only a portion of a drawing. (Optional)
Document Object : Export Method

Description

Exports the file to any of the supported formats. Optionally, pass in a selection set to export only a part of the file. Format is based on the extension in the FileName (default is the DXF format).

Syntax

Visual Basic
Public Sub Export( _
   ByVal FileName As String, _
   ByVal Extension As String, _
   Optional ByVal SelectionSet As SelectionSet = 0 _
) 

Parameters

FileName
The name of the file to export.
Extension
The extension of the file name. This determines the file format of the exported file.
SelectionSet
The selection set to be exported, if you want to export only a portion of a drawing. (Optional)

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.