Tagged Questions
4
votes
0answers
47 views
Can I verify that attribute indexes are being used in a query from ArcObjects?
We have some software as part of a larger project written using ArcObjects via .NET. This software migrates and merges data from multiple file geodatabases in one schema to a single file geodatabase ...
6
votes
1answer
314 views
How to programmatically determine the size of a feature class in a file geodatabase?
My answer to the question How to get the size of a file geodatabase feature class on disk? shows how one can enable a column in ArcCatalog showing the file size of FGDB feature classes in the contents ...
2
votes
4answers
446 views
How to distinguish between File and Personal Geodb workspace?
I am looking for a way - given an IWorkspace object - to check if it was created from a Personal-GDB or a File-GDB. I tried using IWorkspace.WorkspaceFactory to check if it's an instance of e.g. ...
2
votes
1answer
262 views
Are there known issues about UPPER, LOWER SQL functions in ArcGIS 10, file GDB?
Platform: ArcGIS 10 SP3, .NET
I use:
IQueryFilter queryFilter = new QueryFilterClass();
with ArcGIS .NET SDK and build a query...
Does anybody had problems using UPPER(stringField) and ...