Gets the name of the pattern instance at the specified index in the pattern table in this variable pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetInstanceNameByIndex( _
ByVal TableRowIndex As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IDimPatternFeatureData
Dim TableRowIndex As System.Integer
Dim value As System.String
value = instance.GetInstanceNameByIndex(TableRowIndex) |
C# | |
---|
System.string GetInstanceNameByIndex(
System.int TableRowIndex
) |
C++/CLI | |
---|
System.String^ GetInstanceNameByIndex(
& System.int TableRowIndex
) |
Parameters
- TableRowIndex
- 1-based index of the pattern instance in the pattern table (see Remarks)
Return Value
Name of the pattern instance
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0