Saves the eDrawings file.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim SaveName As String
Dim SaveAs As Boolean
Dim CommandString As String
instance.Save(SaveName, SaveAs, CommandString)
|
Parameters
- SaveName
- Fully qualified path and filename to which to save the data (see Remarks)
- SaveAs
If... |
Then ... |
True |
A dialog is displayed prompting the user to specify where to save the file. SaveName is ignored. |
False |
If SaveName is specified, then the active document is saved to that location and file.
If SaveName is empty, then the active document is saved to the location and file from which it was opened. |
- CommandString
- Specify an empty string (""); do not specify Nothing, Empty, or vbNullString
Example
Remarks
See Also
Availability
SolidWorks eDrawings API 2005 SP0