Solid Edge Assembly Type Library
Create Method
Specifies the name for pattern input.
Specifies the objects to be patterned. The array may contain AssemblyPatternOccurrence objects representing the master parts to be patterned as well as AssemblyPattern objects.
Specifies the feature pattern pointer for pattern input.
Specifies the reference feature pointer for pattern input.
Description
Creates inputs.
Syntax
Visual Basic
Public Function Create( _
   ByVal PatternName As String, _
   ByRef MasterOccurrences() As Object, _
   ByVal FeaturePattern As Object, _
   ByVal ReferenceFeature As Object _
) As AssemblyPattern
Parameters
PatternName
Specifies the name for pattern input.
MasterOccurrences
Specifies the objects to be patterned. The array may contain AssemblyPatternOccurrence objects representing the master parts to be patterned as well as AssemblyPattern objects.
FeaturePattern
Specifies the feature pattern pointer for pattern input.
ReferenceFeature
Specifies the reference feature pointer for pattern input.
See Also

AssemblyPatterns Collection  | AssemblyPatterns Members