Exemplo n.º 1
0
 public void Append(Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public bool Insert(Intf_TangentZone TheZone)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void SetValue(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void InsertAfter(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public bool HasCommonRange(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public bool IsEqual(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public Intf_TangentZone(Intf_TangentZone parameter1)
     : base()
 {
     throw new NotImplementedException();
 }