Selects (activates) a row in the iPart (or iAssembly) table of a component occurrence or a factory.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Sub ChangeRow ( componentName As Object, rowSpec As Object, ParamArray customInput As Object() )
C#
void ChangeRow( Object componentName, Object rowSpec, params Object[] customInput )
Parameters
- componentName
- Type: System.Object
The component name or path. If this is an empty string, the current document (which must be an iPart or iAssembly factory) will be used. - rowSpec
- Type: System.Object
A row index (integer) or member name (string). - customInput
- Type: System.Object[]
An array of custom input for the ComponentOccurrence.ChangeRowOfiPartMember function.