Open method

Opens an existing document and adds it to the Documents collection.

 

Syntax

object.Open(Filename, [ReadOnly], [PassWord])

Where:

     object is a Documents collection object;

     Filename:  is the name of the file to open.

    optional [ReadOnly]: TRUE: Opens the drawing as a read-only drawing. FALSE: Opens the drawing as a read-write drawing. Default setting: FALSE

    optional [PassWord]:  Password to open an encrypted drawing.

 

 

 

 

Examples...

Open method example

 


© Bricsys NV. All rights reserved.