- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to simply change the value of a parameter in an IPart using an "iPart.ChangeRow" Ilogic command but I have a problem figuring out what arguments I should use.
Let's say I have a file called TestCube which is an IPart. In the IPart table I have two members:
Member: TestCube-01; Part Number (pl: Numer części): TestCube-01; SideLength: 50
Membet: TestCube-02; Part Number: TestCube-02; SideLength: 100
Now If an active member is TestCube-01 and I want to change the SideLength parameter for TestCube-02 I need to add following rule:
iPart.ChangeRow("???", "???") //What arguments should I put here?
Parameter("SideLength") = 50
iLogicVb.UpdateWhenDone = True
I've read the documentation for iPart.ChangeRow() function but I still can't figure out what arguments should I use because no matter what combination I try I get an object reference error.
Solved! Go to Solution.