Solid Edge Framework Type Library
OnPlacePartUI Event
Specifies the name of the file.
Specifies the name appended to the title.
Description
Occurs before the user interface is created for a part placed by Solid Edge Assembly.
Syntax
Visual Basic
Public Event OnPlacePartUI( _
   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.