Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a lot of similar punch tools I am trying to combine into one tool to be used in an iLogic driven assembly.
I've been searching the forum for ways to change the punch tool and found the following thread on how to change a table driven ifeature:
This is a basic example of what I'm trying to do.
If ChangeType = "01" Then iFeature.ChangeRow("Punch1", 01) ElseIf ChangeType = "02" Then iFeature.ChangeRow("Punch1", 02) End If
However, despite trying a lot of different ways I cannot get it to work. I keep getting an error message eventhough I have created a custom column in the iFeature and named it as key.
Attached is the error message as well as the part, punch tool/ifeature that I've been using.
Would really appreaciate if someone could tell me what I'm doing wrong.
Best,
Fredrik
Solved! Go to Solution.