Results from object classes and objects!

2721
5
Jump to solution
11-03-2015 12:18 PM
MikeSchudel1
New Contributor III

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

0 Kudos
1 Solution

Accepted Solutions
DarrenWiens2
MVP Honored Contributor

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)?

View solution in original post

5 Replies
DarrenWiens2
MVP Honored Contributor

Please expand on this question. I'm not sure what you're asking.

0 Kudos
MikeSchudel1
New Contributor III

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.

0 Kudos
DarrenWiens2
MVP Honored Contributor

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)?

LukeSturtevant
Occasional Contributor III

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()​.

0 Kudos
MikeSchudel1
New Contributor III

Hello Luke
Thank you very much, it will try.
My first steps in Python is already functioning ....
Greeting
Mike

0 Kudos