コード例 #1
0
 /// <summary>
 /// Adds a new geolocation point to the list for line or polygon data types.
 /// </summary>
 /// <returns></returns>
 private void AddPoint()
 {
     GeolocationPoints.Add(new Point(0, 0, 0));
     NumPointFields++;
 }