Deleting network features in script doesn't create net junctions

535
0
08-08-2013 12:55 PM
MattSayler
Occasional Contributor II
I have a script that makes a copy of a network dataset for a 3rd party app to use. One of the feature classes causes problems with the app. The ideal solution would be to remove it from the network, but we're at 10.0 and have no way to do that without dropping and rebuilding it. So, I instead am just deleting all the features out and leaving an empty table.

When manually deleting junction features, net junctions are automatically created as needed. However, it doesn't look like net junctions are getting created when deletes are done using DeleteFeatures or DeleteRows in python.

Does anyone know either a better way to accomplish this or a way to get it to create the net junctions?
0 Kudos
0 Replies