Adds a pattern instance to this variable pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddInstanceAt( _
ByVal IsSuppressed As System.Boolean, _
ByVal Index As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimPatternFeatureData
Dim IsSuppressed As System.Boolean
Dim Index As System.Integer
Dim value As System.Boolean
value = instance.AddInstanceAt(IsSuppressed, Index) |
Parameters
- IsSuppressed
- True to suppress this pattern instance, false to not
- Index
- 0-based index indicating where to add this pattern instance in the pattern table and pattern; -1 indicates to add this pattern instance to the end of the pattern table and pattern (see Remarks)
Return Value
True if the pattern instance is added, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2017 FCS, Revision Number 25.0