Hello everybody
there is an analysis tool which in the database the object classes and objects indicative of the respective database?
Without licensing, the analysis function!
Thank you
Mike
Solved! Go to Solution.
I think you're probably looking for ListDatasets (or possibly, ListFeatureClasses, and if the dataset type is feature class, table, layer, or raster, then getCount.
Can you rephrase "object" (feature?) and "object class" (feature class?) into ArcGIS terms (or perhaps this is an SDE thing)?
Please expand on this question. I'm not sure what you're asking.
I would like to receive the content (object class and total about objects) various databases.
So I could say:
Database XYZ has 392 object classes and 35890 objects ....
etc.
I think you're probably looking for ListDatasets (or possibly, ListFeatureClasses, and if the dataset type is feature class, table, layer, or raster, then getCount.
Can you rephrase "object" (feature?) and "object class" (feature class?) into ArcGIS terms (or perhaps this is an SDE thing)?
I'm not sure if you are looking to do this with python or not, but you might look into using various List functions and arcpy.da.walk().
Hello Luke
Thank you very much, it will try.
My first steps in Python is already functioning ....
Greeting
Mike