Solid Edge Part Type Library
EditByFile Method
Specifies the assembly file name.
Member of AssemblyWeldmentOccurrencesOptionsConstants that indicates which occurrences of the assembly are to be included in the weldment.
Specifies the number of reference keys in the ReferenceKeys argument.
Specifies the sizes of reference keys in the ReferenceKeys argument.
Specifies the parts of the specified assembly to be inserted into the weldment document.
Specifies the number of reference keys that did not bind to occurrences.
Specifies the input reference keys that did not bind to occurrences.
Description
Specifies the assembly document to edit based on the input file name.
Syntax
Visual Basic
Public Sub EditByFile( _
   ByVal AssemblyFileName As String, _
   ByVal OccurrencesOptions As AssemblyWeldmentOccurrencesOptionsConstants, _
   Optional ByVal NumberOfReferenceKeys As Variant, _
   Optional ByVal SizesOfReferenceKeys As Variant, _
   Optional ByVal ReferenceKeys As Variant, _
   Optional ByRef NumberOfNonBindingReferenceKeys As Variant, _
   Optional ByRef NonBindingReferenceKeys As Variant _
) 
Parameters
AssemblyFileName
Specifies the assembly file name.
OccurrencesOptions
ValueDescription
seExcludeInputOccurrences
seIncludeAllOccurrences
seIncludeInputOccurrences
Member of AssemblyWeldmentOccurrencesOptionsConstants that indicates which occurrences of the assembly are to be included in the weldment.
NumberOfReferenceKeys
Specifies the number of reference keys in the ReferenceKeys argument.
SizesOfReferenceKeys
Specifies the sizes of reference keys in the ReferenceKeys argument.
ReferenceKeys
Specifies the parts of the specified assembly to be inserted into the weldment document.
NumberOfNonBindingReferenceKeys
Specifies the number of reference keys that did not bind to occurrences.
NonBindingReferenceKeys
Specifies the input reference keys that did not bind to occurrences.
See Also

AssemblyWeldment Object  | AssemblyWeldment Members