I created an in-memory results ITable and I need to add it to the current ArcMap document/map to see the generated data. How can I do it?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Try creating a new IStandaloneTable, assign your table to IStandaloneTable.Table, cast the focus map to IStandaloneTableCollection, and add the standalonetable to it. Might need to call IMxDocument.UpdateContents too. |
|||
|
|