Solid Edge Assembly Type Library
GetInputs Method
Returns the objects that are patterned. The array may contain AssemblyPatternOccurrence objects representing the master parts to be patterned as well as AssemblyPattern objects.
Returns the pattern pointer for input.
Returns the reference feature pointer for input.
Description
Returns the assembly pattern's inputs.
Syntax
Visual Basic
Public Sub GetInputs( _
   ByRef MasterOccurrences() As Object, _
   ByRef FeaturePattern As Object, _
   ByRef ReferenceFeatures() As Object _
) 
Parameters
MasterOccurrences
Returns the objects that are patterned. The array may contain AssemblyPatternOccurrence objects representing the master parts to be patterned as well as AssemblyPattern objects.
FeaturePattern
Returns the pattern pointer for input.
ReferenceFeatures
Returns the reference feature pointer for input.
See Also

AssemblyPattern Collection  | AssemblyPattern Members