Beispiel #1
0
 public void Append(Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
 public bool Insert(Intf_TangentZone TheZone)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void SetValue(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void InsertAfter(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
 public bool HasCommonRange(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
 public Intf_TangentZone(Intf_TangentZone parameter1)
     : base()
 {
     throw new NotImplementedException();
 }