⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_dotnet.txt

📁 mitab,读取MapInfo的地图文件
💻 TXT
字号:
The .net wrappers include:

	1. MiApi.cs			This imports the c functions and enumerations from version 
						1.3.0 of the MapInfo Tab API.
	
	2. MiWrapper.cs		These classes wrap the functions in MiApi to produce a 
						hierarchy of classes giving readonly access to the feature points. 

						eg. 
						
						Layer layer = Layer.GetByName("c:/test.tab");
						foreach( Feature feature in layer.Features) {
							foreach(Part part in feature.Parts) {
								foreach (Vertrex v in part.Vertices) {
									Console.Out(v.X+

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -