IiPartRowChangerRowNumber Method |
Gets the current row index number (1-based).
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RowNumber (
componentName As Object
) As Integer
int RowNumber(
Object componentName
)
Parameters
- componentName
- Type: SystemObject
The component name or path.
Return Value
Type:
Int32The row index number.
See Also