Exports the inspection report in 2D PDF format.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ExportTo2DPDF( _
ByVal FilePath As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProject
Dim FilePath As System.String
Dim value As System.Boolean
value = instance.ExportTo2DPDF(FilePath) |
C# | |
---|
System.bool ExportTo2DPDF(
System.string FilePath
) |
C++/CLI | |
---|
System.bool ExportTo2DPDF(
& System.String^ FilePath
) |
Parameters
- FilePath
- Full path name of the PDF to export
Return Value
True if export is successful, false if not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS