Solid Edge Assembly Type Library
DisperseSubassembly Method
Specifies the subassembly to be dispersed.
Specifies whether all occurrences of the subassembly are moved up one level.
Description
Moves the occurrences from the specified subassembly up one level.
Syntax
Visual Basic
Public Sub DisperseSubassembly( _
   ByVal Subassembly As Object, _
   ByVal bAllOccurrences As Boolean _
) 
Parameters
Subassembly
Specifies the subassembly to be dispersed.
bAllOccurrences
Specifies whether all occurrences of the subassembly are moved up one level.
Remarks
This method moves the occurrences from the specified subassembly up one level to the subassembly's parent assembly.
See Also

AssemblyDocument Object  | AssemblyDocument Members