Is there a way to tell if topology is enabled on a Utility Network using Python? It would seem using Describe on the Utility Network should give this information - there is loads of information about the network but this seems to be missing.
The documentation for Describe on a Utility Network Utility Network Properties—ArcPy Functions | ArcGIS Desktop shows printing a property called "properties" (d.properties) which just returns <geoprocessing describe data object object at 0x000001FE8EC06650> but is omitted from being listed in the table of Properties on this page so you don't know what attributes this object supports.
When topology is disabled there is a single Dirty Area and I thought this would be another way to check but I'm not sure how to get a count of the Dirty Areas either.
Thanks,
Neil