Solid Edge Assembly Type Library
Rename Method
Specifies the name of the Queries object to rename.
Specifies the new name for the Queries object.
Description
Assigns a new name to the specified object.
Syntax
Visual Basic
Public Sub Rename( _
   ByVal OldQueryName As String, _
   ByVal NewQueryName As String _
) 
Parameters
OldQueryName
Specifies the name of the Queries object to rename.
NewQueryName
Specifies the new name for the Queries object.
See Also

Queries Collection  | Queries Members

Send comments on this topic.