Up a level to AcSmDatabase      
AcSmDatabase.LoadFromFile Method

Clears the contents of the database and loads data from a file. The file name property of the database is unchanged; the original file name is used by the GetFileName method and the original file name is used when data is written to the disk.

The file name can be null if you want to load or reload data from the current file name.

Syntax

LoadFromFile(

templateDstFileName As String = 0) As Object

templateDstFileName Input name of the file from which to load data
   Comments?