Share

IiPartRowChanger.RowNumber Method

Gets the current row index number (1-based).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Function RowNumber ( 
	componentName As Object
) As Integer

C#

int RowNumber(
	Object componentName
)

Parameters

componentName
Type: System.Object
The component name or path.

Return Value

Type: Int32
The row index number.

See Also

Reference

Was this information helpful?