Solid Edge Part Type Library
EditByDocument Method
The document to edit.
Member of AssemblyWeldmentOccurrencesOptionsConstants that specifies which occurrences of the assembly are to be included in the weldment. If this option is specified, then NumberOfOccurrences and Occurrences are ignored.
Specifies the number of occurrences in the Occurrences argument.
Specifies the occurrences and suboccurrences to be inserted in the weldment.
Description
Specifies the assembly document to edit based on the input document.
Syntax
Visual Basic
Public Sub EditByDocument( _
   ByVal AssemblyDocument As Object, _
   ByVal OccurrencesOptions As AssemblyWeldmentOccurrencesOptionsConstants, _
   Optional ByVal NumberOfOccurrences As Variant, _
   Optional ByVal Occurrences As Variant _
) 
Parameters
AssemblyDocument
The document to edit.
OccurrencesOptions
ValueDescription
seExcludeInputOccurrences
seIncludeAllOccurrences
seIncludeInputOccurrences
Member of AssemblyWeldmentOccurrencesOptionsConstants that specifies which occurrences of the assembly are to be included in the weldment. If this option is specified, then NumberOfOccurrences and Occurrences are ignored.
NumberOfOccurrences
Specifies the number of occurrences in the Occurrences argument.
Occurrences
Specifies the occurrences and suboccurrences to be inserted in the weldment.
See Also

AssemblyWeldment Object  | AssemblyWeldment Members