Hide Table of Contents
SaveToFile3 Method (IPartDoc)

Saves the selected weldment member, surface body, or solid body to another part document.

.NET Syntax

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

Parameters

Name
Path and name of the part document to which to save the selected weldment member, solid body, or surface body
Options
How to save the document as defined in swSaveAsOptions_e
CutListProps
Option for transferring the cut list of the selected weldment member, solid body, or surface body to the new part as defined in swCutListTransferOptions_e
OverrideTemplate
True to override the part template with the template specified by TemplatePath, false to not
TemplatePath
Path to part template; valid only if OverrideTemplate is true
Errors
Save errors 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

Example

Remarks

The difference between this method and the now obsolete IPartDoc::SaveToFile2 is that this method allows you to specify in CutListProps how the cut list properties of the selected weldment member of a weldment part are transferred to the saved part.

Before calling this method, select a weldment member, surface body, or solid body in the FeatureManager design tree.

 

See Also

Availability

SOLIDWORKS 2014 FCS, Revision Number 22.0


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:   SaveToFile3 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) 2016 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.