RevitExports.Add Method
Parent Object: RevitExportsDescription
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 RevitExportParameters
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. |