I have imported Database (Point Feature) to QGIS,able to see the points on Google Earth.
How can I get each point details with any programming language?
Is there any chance to use C#?
I have imported Database (Point Feature) to QGIS,able to see the points on Google Earth.
How can I get each point details with any programming language?
Is there any chance to use C#?
There is no way to work with QGIS using C#. QGIS is written on C++, so you can interact with it using C++. Also QGIS supports Python scripts. See this link for getting started.