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