Saves the volume comparison results as a SolidWorks part document after comparing geometry with the Perform volume comparison option selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveCompareVolumeResults( _
ByVal resultfile As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICompareGeometry
Dim resultfile As System.String
Dim value As System.Integer
value = instance.SaveCompareVolumeResults(resultfile) |
C# | |
---|
System.int SaveCompareVolumeResults(
System.string resultfile
) |
C++/CLI | |
---|
System.int SaveCompareVolumeResults(
& System.String^ resultfile
) |
Parameters
- resultfile
Path and filename for the SolidWorks part document (see Remarks)
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
Remarks
See Also
Availability
SolidWorks Utilities API 2004 FCS