Solid Edge Assembly Type Library
CreateFamilyFile Method
The first unique member file of the family of assemblies or alternate assembly file.
The second unique member file of the family of assemblies or alternate assembly file.
Specifies whether a family of assemblies or an alternate assembly file is created. If false, a family of assemblies is created. If true, an alternate assembly file is created.
Description
Creates a family of assemblies or alternate position assembly file with two members.
Syntax
Visual Basic
Public Sub CreateFamilyFile( _
   ByVal FirstMemberName As String, _
   ByVal SecondMemberName As String, _
   ByVal bCreateAlternatePosition As Boolean _
) 
Parameters
FirstMemberName
The first unique member file of the family of assemblies or alternate assembly file.
SecondMemberName
The second unique member file of the family of assemblies or alternate assembly file.
bCreateAlternatePosition
Specifies whether a family of assemblies or an alternate assembly file is created. If false, a family of assemblies is created. If true, an alternate assembly file is created.
Remarks
This method will fail if the given assembly document has not been saved at least once.
See Also

AssemblyDocument Object  | AssemblyDocument Members