Up a level to AcSmSheetSetMgr      
AcSmSheetSetMgr.OpenDatabase Method

Opens an existing database and returns the new IAcSmDatabase component for it.

The caller must release the interface when the operation is complete.

Syntax

OpenDatabase(

filename As String,

bFailIfAlreadyOpen As Boolean = True) As IAcSmDatabase

filename Input name of the file to open
bFailIfAlreadyOpen Input Boolean indicating whether the method should fail if the file is already open
   Comments?