Copies a single document and optionally updates references to it.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMApplication
Dim fromName As String
Dim toName As String
Dim fromChildren As Object
Dim toChildren As Object
Dim option As Integer
Dim pSrcOption As SwDMSearchOption
Dim value As Integer
value = instance.CopyDocument(fromName, toName, fromChildren, toChildren, option, pSrcOption)
|
Parameters
- fromName
- Full path and filename of the document to copy
- toName
- Full path and filename of the document to which to copy fromName
- fromChildren
- Array containing the full path and filenames of the child documents dependent on the document specified for fromName
- toChildren
- Array containing the new full path and filenames of the child documents to which to copy the child documents specified for fromChildr
- option
- Copy options as defined by SwDmCopyOptions
- pSrcOption
- Pointer to an ISwDMSearchOption object
Return Value
Success or error code as defined by SwDmMoveCopyError
See Also
Availability
SolidWorks Document Manager API 2004 FCS