Solid Edge Revision Manager Object Library
Revise Method
Specifies the new file name.
Specifies the new revision.
Specifies the new document number.
Description
This method revises the referenced Document object.
Syntax
Visual Basic
Public Function Revise( _
   ByVal NewFileName As String, _
   Optional ByVal NewRevision As Variant, _
   Optional ByVal NewDocNum As Variant _
) As Long
Parameters
NewFileName
Specifies the new file name.
NewRevision
Specifies the new revision.
NewDocNum
Specifies the new document number.
See Also

IDocAuto Object  | IDocAuto Members