public Hatch_Line(Hatch_Line parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Hatch_Line theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(Hatch_Line theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Hatch_Line theItem)
 {
     throw new NotImplementedException();
 }