GenerativeComponents Help

Loading Assembly Files

Assembly files belong to a dynamic linked library. They can be loaded into GenerativeComponents to change its code and add nodes.

Assemblies loaded into GenerativeComponents must be pre-compiled assemblies with the file extension DLL.

GenerativeComponents provides one pre-compiled assembly file for your use; it is called Bentley.GenerativeComponents.Office.dll and it loads the ExcelRange node.

Bentley.GenerativeComponents.Office.dll is GenerativeComponents’s only pre-compiled assembly file that you can load. It produces the ExcelRange node. The .dll is required to be loaded to comply expressions scripted in making the Excel range node work.