Solid Edge Draft Type Library
ReviseWithCustomPropertiesBIDM Method
Solid Edge Draft Type Library > DraftDocument Object : ReviseWithCustomPropertiesBIDM Method
File path where file is to be saved.
Revision as string.
Optional – Saves the input "Title" property to newly created file.
Optional – Saves the input registered custom properties information to newly created file.
Description
Revise the referenced document to a new name using revision and set custom properties.
Syntax
Visual Basic
Public Function ReviseWithCustomPropertiesBIDM( _
   ByVal FilePath As String, _
   ByVal Revision As String, _
   ByVal Title As String, _
   ByVal varPropInfo As Variant _
) As String
Parameters
FilePath
File path where file is to be saved.
Revision
Revision as string.
Title
Optional – Saves the input "Title" property to newly created file.
varPropInfo
Optional – Saves the input registered custom properties information to newly created file.
See Also

DraftDocument Object  | DraftDocument Members