Copies a single document and optionally updates references to it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CopyDocument( _
ByVal fromName As System.String, _
ByVal toName As System.String, _
ByVal fromChildren As System.Object, _
ByVal toChildren As System.Object, _
ByVal option As System.Integer, _
ByVal pSrcOption As SwDMSearchOption _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMApplication
Dim fromName As System.String
Dim toName As System.String
Dim fromChildren As System.Object
Dim toChildren As System.Object
Dim option As System.Integer
Dim pSrcOption As SwDMSearchOption
Dim value As System.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
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS