Bcc.MergeDocument
Bcc.MergeDocument(File)
Description
This function allows for merging the CAD data of an existing document with a supported BobCAD file format to the current active file
Parameters
- File - a valid path to a supported BobCAD file
Examples
-- Present a file open dialog box and then merge the file
fileName = Bcc.FileOpenDialogBox({ Filter = "BBCD File (*.bbcd)|*.bbcd|All Files (*.*)|*.*", FilterIndex = 1, InitialDirectory = "C:\\"})
Bcc.MergeDocument(fileName)