Solid Edge Revision Manager Object Library
Rename 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 renames or moves a document and updates the links to a new location while preserving the current document status. This method returns a long value.
Syntax
Visual Basic
Public Function Rename( _
   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