/// <summary>
 /// Returns a copy of the polyline that forms the shape.
 /// </summary>
 /// <returns>PolyLine.</returns>
 /// <exception cref="NotImplementedException"></exception>
 public PolyLine PolyLine()
 {
     return(_polyline.CloneLine());
 }