示例#1
0
 public bool Unite(AIS_MapOfInteractive theOther)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void Union(AIS_MapOfInteractive theLeft, AIS_MapOfInteractive theRight)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public AIS_MapOfInteractive Assign(AIS_MapOfInteractive theOther)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void Exchange(AIS_MapOfInteractive theOther)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public AIS_MapOfInteractive(AIS_MapOfInteractive theOther)
     : base()
 {
     throw new NotImplementedException();
 }
示例#6
0
 public bool HasIntersection(AIS_MapOfInteractive theMap)
 {
     throw new NotImplementedException();
 }