Select to view content in your preferred language

Geometry Network - Network build errors table

2085
3
12-03-2012 10:01 PM
AleksandarStojanov
Emerging Contributor
Hi,

I am trying to resolve errors in Network build errors table in File Geodatabase. My question is, where can I read feature class ID? I create join by Object ID, but I can not recognize Class ID of the class.

Thank you,

Aleksandar
0 Kudos
3 Replies
CraigGillgrass
Esri Regular Contributor
Aleksandar,

There is a command on the Geometric Network Editing toolbar called Network Build Errors, it will read the table and select all the features listed in it.

If you want to do this yourself, what release of ArcGIS are you using?
0 Kudos
AleksandarStojanov
Emerging Contributor
Craig,

I use version 10.0. I find the solution:

arcpy.describe("feature class name").DSID

Thanks,

Aleksandar
0 Kudos
CraigGillgrass
Esri Regular Contributor
Craig,

I use version 10.0. I find the solution:

arcpy.describe("feature class name").DSID

Thanks,

Aleksandar


At 10.1, we also added a button next to the feature class name to display it's ID to make this easier to access.
0 Kudos