Exemplo n.º 1
0
 public bool IsDifferent(HatchGen_PointOnElement Point, double Confusion)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public HatchGen_PointOnElement(HatchGen_PointOnElement parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Append(HatchGen_PointOnElement theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, HatchGen_PointOnElement theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, HatchGen_PointOnElement theItem)
 {
     throw new NotImplementedException();
 }
 public void AddPoint(HatchGen_PointOnElement Point, double Confusion)
 {
     throw new NotImplementedException();
 }