public void Insert(Intf_SectionPoint pdeb, Intf_SectionPoint pfin)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Append(Intf_SectionPoint theItem)
 {
     throw new NotImplementedException();
 }
 public bool Contains(Intf_SectionPoint ThePnt)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void InsertAfter(int theIndex, Intf_SectionPoint theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void SetValue(int theIndex, Intf_SectionPoint theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public int IsEnd(Intf_SectionPoint ThePI)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void Prepend(Intf_SectionPoint Pi)
 {
     throw new NotImplementedException();
 }
 public void PolygonInsert(Intf_SectionPoint Pi)
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int Index, Intf_SectionPoint Pi)
 {
     throw new NotImplementedException();
 }
 public bool Insert(Intf_SectionPoint Pi)
 {
     throw new NotImplementedException();
 }
 public bool IsOnSameEdge(Intf_SectionPoint Other)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Intf_SectionPoint Other)
 {
     throw new NotImplementedException();
 }
 public Intf_SectionPoint(Intf_SectionPoint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Merge(Intf_SectionPoint Other)
 {
     throw new NotImplementedException();
 }