예제 #1
0
파일: MapTools.cs 프로젝트: ntj/GravurGIS
 public static extern int DBFAddFieldW(IntPtr hDBF, string szFieldName, 
     DBFFieldType eType, int nWidth, int nDecimals);
예제 #2
0
 public static extern int DBFAddField(IntPtr hDBF, string szFieldName,
                                      DBFFieldType eType, int nWidth, int nDecimals);