Solid Edge Revision Manager Object Library
Copy Method
Specifies the filename.
Specifies a value for the Revision Property on the new document. If no value is set, the Revision property value of the original document is used by default
Specifies a value for the DocNum property on the new document. If no value is set, the DocNum property value of the original document is used by default.
Not currently supported.
Description
This method makes a new copy (revision) of the document, updating the parent document. The document's status is set to igStatusAvailable. NewRevision and NewDocNum can be specified to set the project properties in the new document. The copy becomes the current document. This method returns a long value.
Syntax
Visual Basic
Public Function Copy( _
   ByVal NewFileName As String, _
   Optional ByVal NewRevision As Variant, _
   Optional ByVal NewDocNum As Variant, _
   Optional ByVal Option As Variant _
) As Long
Parameters
NewFileName
Specifies the filename.
NewRevision
Specifies a value for the Revision Property on the new document. If no value is set, the Revision property value of the original document is used by default
NewDocNum
Specifies a value for the DocNum property on the new document. If no value is set, the DocNum property value of the original document is used by default.
Option
Not currently supported.
See Also

IDocAuto Object  | IDocAuto Members