Solid Edge Draft Type Library
ReviseBIDM Method
Solid Edge Draft Type Library > DraftDocument Object : ReviseBIDM Method
Path of the folder where revised file is to be saved. e.g: "C:\Temp\"
Revision ID as string
Title as string.
Description
Revise the referenced document to a new name using revision.
Syntax
Visual Basic
Public Function ReviseBIDM( _
   ByVal FilePath As String, _
   ByVal Revision As String, _
   ByVal Title As String _
) As String
Parameters
FilePath
Path of the folder where revised file is to be saved. e.g: "C:\Temp\"
Revision
Revision ID as string
Title
Title as string.
Remarks
If Revision parameter is not provided then system will use next generated revision to create file.
See Also

DraftDocument Object  | DraftDocument Members