True to export Revit links found in the main model, false to skip links.
Default value is false.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public bool ExportLinks { get; set; } |
| Visual Basic |
|---|
Public Property ExportLinks As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ExportLinks { bool get (); void set (bool value); } |