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 String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICompareGeometry
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 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