Solid Edge Draft Type Library
SaveAsBIDM Method
Solid Edge Draft Type Library > DraftDocument Object : SaveAsBIDM Method
Path of the folder where new file is to be saved. e.g: "C:\Temp\"
Document number as string.
Revision ID as string.
Title as string.
Description
Saves the referenced document to a new name using document number and revision.
Syntax
Visual Basic
Public Function SaveAsBIDM( _
   ByVal FilePath As String, _
   ByVal DocumentNumber As String, _
   ByVal Revision As String, _
   ByVal Title As String _
) As String
Parameters
FilePath
Path of the folder where new file is to be saved. e.g: "C:\Temp\"
DocumentNumber
Document number as string.
Revision
Revision ID as string.
Title
Title as string.
Remarks
This method will do SaveAs of opened document when BIDM mode is ON and option “Automatically name files via Document Number and Revision“ is ON.
See Also

DraftDocument Object  | DraftDocument Members