Copies the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Save( _
Optional ByVal saveDir As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim saveDir As String
Dim value As Integer
value = instance.Save(saveDir)
|
C++/CLI | |
---|
int Save(
& String^ saveDir
) |
Parameters
- saveDir
Name of the folder to which to copy the document
Return Value
0 if successful, non-0 if not
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS