Saves this document with
SOLIDWORKS Connected using the specified save options.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveTo3DExperience( _
ByVal Options As System.Object, _
ByRef Errors As System.Integer, _
ByRef Warnings As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Options As System.Object
Dim Errors As System.Integer
Dim Warnings As System.Integer
Dim value As System.Boolean
value = instance.SaveTo3DExperience(Options, Errors, Warnings) |
C# | |
---|
System.bool SaveTo3DExperience(
System.object Options,
out System.int Errors,
out System.int Warnings
) |
C++/CLI | |
---|
System.bool SaveTo3DExperience(
& System.Object^ Options,
& [Out] System.int Errors,
& [Out] System.int Warnings
) |
Parameters
- Options
- ISaveTo3DExperienceOptions
- Errors
- Error codes
- Warnings
- Warning codes
Return Value
True if save is successful, false if not
Example
See Also
Availability
SOLIDWORKS 2020 SP3.1, Revision Number 28.3.1