Share

iAssemblyFactory.Export Method

Parent Object: iAssemblyFactory

Description

Method that exports the iAssemblyFactory to an external file.

Syntax

iAssemblyFactory.Export( FileName As String, FileFormat As FileFormatEnum, [Options] As Variant )

Parameters

Name Type Description
FileName String Input string that specifies the file name to export the iAssemblyFactory to.
FileFormat FileFormatEnum Input FileFormatEnum that specifies the file format to save to.
Options Variant Optional input NameValueMap object that specifies additional options for export.

This is an optional argument whose default value is null.

Version

Introduced in version 2021

Was this information helpful?