SaveCompareVolumeResults Method (ICompareGeometry)
Obsolete. Do not use.
.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 file name for the SOLIDWORKS part document (see Remarks)
NOTE: You do not have to specify the filename extension .sldprt. It is automatically appended to the file name.
Return Value
Error as defined by
gtError_e
Remarks
See Also
Availability
SOLIDWORKS Utilities API 2004 FCS