Dear all,
I am trying to create a geoprocessing tool using arcpy to export the connectivity rules from a geometric network. I was able to create a geoprocessing tool to import the connectivity rules from an excel file. But I couldn't find any way to export those rules using arcpy.
Is there a method to do this in python?
Regards
Solved! Go to Solution.
the only arcpy properties that can be read for geometric networks are...
http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/geometric-network-properties.htm
and the Tools access is listed here
I see nothing specific to geometric networks for exporting unless it is buried in a similar object
the only arcpy properties that can be read for geometric networks are...
http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/geometric-network-properties.htm
and the Tools access is listed here
I see nothing specific to geometric networks for exporting unless it is buried in a similar object
Thanks for your reply Dan.
I already checked these information but didn't find them useful to get the connectivity rules.
What level of details do you want to extract? The connectivity from all featureclasses participating in the geometric network? In what format do you want to export the information?
Dear Xander
I want to know the connectivity rules for all feature classes participating in the geometric network, and I am intending to export them into an excel file.
In my first link, the only properties that you can access are featureClassNames, networkType, orphanJunctionFeatureClassName plus those associated with Dataset properties. 'Rules' of whatever kind you are looking for aren't accessed through arcpy.