RevitExports.CreateDefinition Method
Parent Object: RevitExportsDescription
Method that creates a new RevitExportDefinition. The returned definition provides control over the selection of components to be exported, the simplification options to be applied, and aspects of the exact format of the resulting Revit model.
Syntax
RevitExports.CreateDefinition() As RevitExportDefinitionSamples
Name | Description |
Create Revit Export sample | This sample demonstrates how to create a RevitExport object. |