IntelliCAD 11.1 Object Library
Import Method
See Also 
FileName
The name of the file to be imported.
InsertionPoint
A Point object (optional) representing the location to insert the file. A location of 0,0 is assumed if this parameter is omitted.
ScaleFactor
The scale factor for the imported information. The default value is 1.0.
Document Object : Import Method

Description

Imports files in DXF and other supported formats.

Syntax

Visual Basic
Public Sub Import( _
   ByVal FileName As String, _
   Optional ByVal InsertionPoint As Point = 0, _
   Optional ByVal ScaleFactor As Double = 1 _
) 

Parameters

FileName
The name of the file to be imported.
InsertionPoint
A Point object (optional) representing the location to insert the file. A location of 0,0 is assumed if this parameter is omitted.
ScaleFactor
The scale factor for the imported information. The default value is 1.0.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.