Gets data for the specified row of this Hole Wizard fastener table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowData( _
ByVal RowIndex As System.Integer, _
ByRef RowData As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IHoleDataTable
Dim RowIndex As System.Integer
Dim RowData As System.Object
Dim value As System.Boolean
value = instance.GetRowData(RowIndex, RowData) |
C# | |
---|
System.bool GetRowData(
System.int RowIndex,
out System.object RowData
) |
C++/CLI | |
---|
System.bool GetRowData(
& System.int RowIndex,
& [Out] System.Object^ RowData
) |
Parameters
- RowIndex
- 0-based index of row
- RowData
- Row data
Return Value
True if row data successfully retrieved, false if not
Remarks
See Also
Availability
SOLIDWORKS 2019 FCS, Revision Number 27.0