ArcObjects: Why is my StandaloneTableCount 0? (IStandaloneTableCollection)
- by Jacques Bosch
When I do:
IStandaloneTableCollection collection = (IStandaloneTableCollection)MxDoc.FocusMap
Then collection.StandaloneTableCount returns 0.
I have created the new table via ArcCatelog and registered it as versioned.
What am I missing?