Copies the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Save( _
Optional ByVal saveDir As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim saveDir As System.String
Dim value As System.Integer
value = instance.Save(saveDir) |
C# | |
---|
System.int Save(
System.string saveDir
) |
C++/CLI | |
---|
System.int Save(
& System.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