ArcObjects: Why is my StandaloneTableCount 0? (IStandaloneTableCollection)
Posted
by Jacques Bosch
on Stack Overflow
See other posts from Stack Overflow
or by Jacques Bosch
Published on 2010-05-19T10:42:07Z
Indexed on
2010/05/19
13:00 UTC
Read the original article
Hit count: 246
arcobjects
|c#
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?
© Stack Overflow or respective owner