ComponentOccurrenceProxy.ChangeRowOfiAssemblyMember Method
Parent Object: ComponentOccurrenceProxyDescription
Method that changes the row in the iAssemblyFactory this occurrence references. This method can be used only if the IsiAssemblyMember property returns True.
Syntax
ComponentOccurrenceProxy.ChangeRowOfiAssemblyMember( NewRow As Variant, [Options] As Variant )Parameters
Name | Type | Description |
NewRow | Variant | Specifies the new row from the factory. The row index is specified either by a Long (row index), a String (MemberName of a member or DocumentName of a member), or an iAssemblyTableRow object. |
Options | Variant | Optional input NameValueMap object that specifies additional options for modifying the occurrence. This argument is currently ignored. This is an optional argument whose default value is null. |