Revit 2023 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: 23.0.0.0 (23.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); } |