Generates a report containing the results of the geometry analysis.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IGeometryAnalysis
Dim reportname As String
Dim vtAddToBinderOption As Boolean
Dim vtOverwrite As Boolean
Dim value As Integer
value = instance.SaveReport2(reportname, vtAddToBinderOption, vtOverwrite)
|
Parameters
- reportname
- Path and filename to which to write the report
- vtAddToBinderOption
- True to add the report to the Design Binder, false to not
- vtOverwrite
- True to overwrite an existing report of the same name, false to not
Return Value
Error as defined by
gtError_e
See Also
Availability
SolidWorks Utilities API 2006 FCS