Using arcpy/python,1. How do I get the type of the container, a feature class is in. I want to know whether a feature class is in a feature dataset or in a geodatabase.container = os.path.dirname(feat_class)
container.type?
2. There are several List functions in arcpy. ListFeatureClasses etc.How do I get to a Topology in a feature dataset?3. How do I inspect if a feature class participates in a given topology?Are all these possible w/ ArcPy? If so, how?Thanks for your help.