Saves interference detection results to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ExportResults( _
ByVal FileName As System.String, _
ByVal IncludeThumbnail As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInterferenceDetectionMgr
Dim FileName As System.String
Dim IncludeThumbnail As System.Boolean
Dim value As System.Boolean
value = instance.ExportResults(FileName, IncludeThumbnail) |
Parameters
- FileName
- Full path name of the file (*.xlsx or *.csv) (see Remarks)
- IncludeThumbnail
- True to include thumbnail images of interfering components in the Microsoft Excel results, false to not (see Remarks)
Return Value
True if the export is successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29