IiPartRowChangerChangeRow Method |
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: 23.0
Syntax Sub ChangeRow (
componentName As Object,
rowSpec As Object,
ParamArray customInput As Object()
)
void ChangeRow(
Object componentName,
Object rowSpec,
params Object[] customInput
)
Parameters
- componentName
- Type: SystemObject
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: SystemObject
A row index (integer) or member name (string). - customInput
- Type: SystemObject
An array of custom input for the ComponentOccurrence.ChangeRowOfiPartMember function.
See Also