Solid Edge Assembly Type Library
SaveMember Method
The member name to be saved.
The file name and path to which the new member is to be saved.
Description
Saves the specified member.
Syntax
Visual Basic
Public Sub SaveMember( _
   ByVal MemberName As String, _
   ByVal FileNameWithPath As String _
) 
Parameters
MemberName
The member name to be saved.
FileNameWithPath
The file name and path to which the new member is to be saved.
See Also

AssemblyFamilyMembers Collection  | AssemblyFamilyMembers Members

Send comments on this topic.