| Revit 2022 API |
| NavisworksExportOptions..::..ConvertLinkedCADFormats Property |
| NavisworksExportOptions Class See Also |
True to convert linked CAD formats, false otherwise.
Default value is true.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2020
Syntax
| C# |
|---|
public bool ConvertLinkedCADFormats { get; set; } |
| Visual Basic |
|---|
Public Property ConvertLinkedCADFormats As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ConvertLinkedCADFormats { bool get (); void set (bool value); } |