Import method

Imports files in DXF and other supported formats.

 

Syntax

Sub Import(FileName, [InsertionPoint], [ScaleFactor = 1])

Where:

     FileName is a string representing the name of the file to be imported.

     InsertionPoint is a Point object (optional) representing the location to insert the file. A location of 0,0 is assumed if this parameter is omitted.

     ScaleFactor is a double-precision variable representing the scale factor for the imported information. The default value is 1.0.

 


© Bricsys NV. All rights reserved.