Solid Edge Framework Type Library
OnFileSaveAsUI Event
Specifies the name of the file.
Specifies the name appended to the title.
Description
Occurs before the user interface is created by the file saved by Solid Edge as another file.
Syntax
Visual Basic
Public Event OnFileSaveAsUI( _
   ByRef Filename As String, _
   ByRef AppendToTitle As String _
)
Parameters
Filename
Specifies the name of the file.
AppendToTitle
Specifies the name appended to the title.
See Also

FileUIEvents Object  | FileUIEvents Members

Send comments on this topic.