Saves the current document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Save3( _
ByVal Options As System.Integer, _
ByRef Errors As System.Integer, _
ByRef Warnings As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim Options As System.Integer
Dim Errors As System.Integer
Dim Warnings As System.Integer
Dim value As System.Boolean
value = instance.Save3(Options, Errors, Warnings) |
C++/CLI | |
---|
System.bool Save3(
& System.int Options,
& [Out] System.int Errors,
& [Out] System.int Warnings
) |
Parameters
- Options
Mode in which to save the document as defined in swSaveAsOptions_e
- Errors
Errors that caused the save operation 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 was successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0