Inserts a linked, manual, or collection pattern using the selected faces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertPattern( _
ByVal Option As DimXpertDimensionOption, _
ByVal PatternType As System.Integer, _
ByVal FindAll As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertPart
Dim Option As DimXpertDimensionOption
Dim PatternType As System.Integer
Dim FindAll As System.Boolean
Dim value As System.Boolean
value = instance.InsertPattern(Option, PatternType, FindAll) |
Parameters
- Option
- IDimXpertDimensionOption
- PatternType
0 = linked
1 = manual
2 = collection
- FindAll
- True to select similar faces for PatternTypes 1 and 2, false to not. (see Remarks)
Return Value
False
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0