public void Append(Intf_SeqOfSectionLine theSeq)
 {
     throw new NotImplementedException();
 }
 public Intf_SeqOfSectionLine Assign(Intf_SeqOfSectionLine theOther)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, Intf_SeqOfSectionLine theSeq)
 {
     throw new NotImplementedException();
 }
 public Intf_SeqOfSectionLine(Intf_SeqOfSectionLine theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Intf_SeqOfSectionLine theSeq)
 {
     throw new NotImplementedException();
 }