Solid Edge Framework Type Library
OnCreateInPlacePartUI Event
Specifies the name of the file to be created.
Specifies the name appended to the title.
Specifies the template.
Description
Occurs before the user interface is displayed for a part created in place by Solid Edge Assembly.
Syntax
Visual Basic
Public Event OnCreateInPlacePartUI( _
   ByRef Filename As String, _
   ByRef AppendToTitle As String, _
   ByRef Template As String _
)
Parameters
Filename
Specifies the name of the file to be created.
AppendToTitle
Specifies the name appended to the title.
Template
Specifies the template.
See Also

FileUIEvents Object  | FileUIEvents Members

Send comments on this topic.