Solid Edge Framework Type Library
OnFileOpenUI Event
Specifies the name of the file.
Specifies the name appended to the title.
Description
Occurs before the creation of the user interface for the file opened by Solid Edge.
Syntax
Visual Basic
Public Event OnFileOpenUI( _
   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.