I was told about a script (http://help.arcgis.com/en/sdk/10.0/v...00000rp000000/) that I could use to convert a turn feature table into a turn feature class. I believe I made all the necessary code changes to make it match up correctly, but it comes back with a runtime error:
Run-Time error ‘-2147220893 (80040263)’:
Automation error
When I go to debug the code, it hangs up on line:
Set pInsertFeatureCursor = pTurnFC.Insert(True)
What does this error mean, and what steps do I do in order to fix it? I have attached my data below, and as well as pasted the code I used. I appreciate all your insights!
Run-Time error ‘-2147220893 (80040263)’:
Automation error
When I go to debug the code, it hangs up on line:
Set pInsertFeatureCursor = pTurnFC.Insert(True)
What does this error mean, and what steps do I do in order to fix it? I have attached my data below, and as well as pasted the code I used. I appreciate all your insights!