Hide Table of Contents
SaveToFile2 Method (IPartDoc)

Saves the selected surfaces or solid bodies in the Surface Bodies or Solid Bodies folders or sub-folders to part documents (.sldprt).

.NET Syntax

Visual Basic (Declaration) 
Function SaveToFile2( _
   ByVal Name As String, _
   ByVal Options As Integer, _
   ByRef Errors As Integer, _
   ByRef Warnings As Integer _
) As Boolean
Visual Basic (Usage) 
Dim instance As IPartDoc
Dim Name As String
Dim Options As Integer
Dim Errors As Integer
Dim Warnings As Integer
Dim value As Boolean
 
value = instance.SaveToFile2(Name, Options, Errors, Warnings)
C# 
bool SaveToFile2( 
   string Name,
   int Options,
   out int Errors,
   out int Warnings
)
C++/CLI 
bool SaveToFile2( 
&   String^ Name,
&   int Options,
&   [Out] int Errors,
&   [Out] int Warnings
) 

Parameters

Name
Name of the part document (.sldprt)
Options
Relevant options indicating how to save the document as defined in swSaveAsOptions_e
Errors
Errors that caused the save to fail as defined in swFileSaveError_e
Warnings
Warnings or extra information generated during the save operation as defined in swFileSaveWarning_e

Return Value

True if the save is successful, false if not
 

See Also

Availability

SolidWorks 2004 SP2, Revision Number 12.2


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SaveToFile2 Method (IPartDoc)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.