Share

RevitExports.Add Method

Parent Object: RevitExports

Description

Method that creates a new Revit model using the information supplied by the input RevitExportDefinition object. If RevitExportDefinition.EnableUpdating is set to True, the new RevitExport is returned and a browser node will for it.

Syntax

RevitExports.Add( Definition As RevitExportDefinition ) As RevitExport

Parameters

Name Type Description
Definition RevitExportDefinition Input RevitExportDefinition object that defines the RevitExport.

Samples

Name Description
Create Revit Export sample This sample demonstrates how to create a RevitExport object.

Version

Introduced in version 2022

Was this information helpful?