Quantcast
Channel: Forums - ArcGIS for Desktop - General
Viewing all articles
Browse latest Browse all 2328

Create Turn Feature Class from Turn Table using VBA Script

$
0
0
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!
Attached Files

Viewing all articles
Browse latest Browse all 2328

Trending Articles