Revit 2023 API |
NavisworksExportOptions..::..ExportLinks Property |
NavisworksExportOptions Class See Also |
True to export Revit links found in the main model, false to skip links.
Default value is false.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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); } |