Solid Edge Framework Type Library
AfterFeatureLibraryDocumentRenamed Method
Specifies the new name of the PartDocument or SheetMetalDocument for which the event is triggered.
Specifies the original name of the PartDocument or SheetMetalDocument for which the event is triggered.
Description
Occurs when a user executes the Rename command on a feature library file.
Syntax
Visual Basic
Public Function AfterFeatureLibraryDocumentRenamed( _
   ByVal NewName As String, _
   ByVal OldName As String _
) As HResult
Parameters
NewName
Specifies the new name of the PartDocument or SheetMetalDocument for which the event is triggered.
OldName
Specifies the original name of the PartDocument or SheetMetalDocument for which the event is triggered.
See Also

ISEFeatureLibraryEvents Object  | ISEFeatureLibraryEvents Members

Send comments on this topic.