/// <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++; }