Solid Edge Framework Type Library
OnFileNewUI Event
Specifies the new file name.
Specifies the name appended to the title.
Description
Occurs before the user interface is created for a new Solid Edge file.
Syntax
Visual Basic
Public Event OnFileNewUI( _
   ByRef Filename As String, _
   ByRef AppendToTitle As String _
)
Parameters
Filename
Specifies the new file name.
AppendToTitle
Specifies the name appended to the title.
See Also

FileUIEvents Object  | FileUIEvents Members

Send comments on this topic.