Saves the volume comparison results as a SolidWorks part document after comparing documents with the
Compare volumes option selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveCompareVolumeResults( _
ByVal resultfile As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICompareDocument
Dim resultfile As String
Dim value As Integer
value = instance.SaveCompareVolumeResults(resultfile)
|
C# | |
---|
int SaveCompareVolumeResults(
string resultfile
) |
C++/CLI | |
---|
int SaveCompareVolumeResults(
& String^ resultfile
) |
Parameters
- resultfile
- Path and filename to which to save the SolidWorks part document
NOTE: You do not have to specify the filename extension .sldprt. It is automatically appended to the filename.
Return Value
Error as defined by
gtError_e
Example
See Also
Availability
SolidWorks Utilities API 2004 FCS