iv_OpenAssociatedDocuments()

Synopsis

Opens the Inventor documents in the FileNames list argument, along with all associated documents.

Syntax

iv_OpenAssociatedDocuments( FileNames As List, _
									                   Optional EnforceUpdate? As Boolean = True, _
                            Optional AutoSave? As Boolean = True, _
                            Optional AutoClose? As Boolean = True) As Boolean 
Argument Type Description
FileNames list List of file names to open, along with all associated documents
EnforceUpdate? boolean Optional; update documents on open. Default is True
AutoSave? boolean Optional; Default is True
AutoClose? boolean Optional; Default is True

Example 1

With the ETO Samples project active
Intent >iv_openAssociatedDocuments({iv_projectWorkspace() & "\Office Sample.iam"})
--> True