Saves the eDrawings embedded in the SolidWorks document, if one exists.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveEmbeddedEDW( _
ByVal saveFileName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim saveFileName As String
Dim value As Integer
value = instance.SaveEmbeddedEDW(saveFileName)
|
Parameters
- saveFileName
- Filename or folder to which to save the embedded eDrawings
Return Value
0 if successful, non-0 if not
Example
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS