We have a shapefile of electrial network.The SCADA data of the electrical network is stored in oracle 10g express edition.We have to link oracle table with the arcmap and automatically refresh the map with the values which will be updated in oracle table.Do suggest a method and a code to execute this in Arcmap
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.
|
You want to use either the IActiveview::PartialRefresh (efficient) or the IActiveView::Refresh (highly inefficient) method. As far as the timer goes, it depends whether it is a VB.NET Timer or VB6/VBA Timer |
|||
|
|