public void Substitute(int theIndex, BOPDS_PaveBlock theKey1)
 {
     throw new NotImplementedException();
 }
 public bool RemoveKey(BOPDS_PaveBlock theKey1)
 {
     throw new NotImplementedException();
 }
 public int Add(BOPDS_PaveBlock theKey1)
 {
     throw new NotImplementedException();
 }
 public bool Contains(BOPDS_PaveBlock theKey1)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public BOPDS_CommonBlock ChangeSeek(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Beispiel #6
0
 public BOPDS_CommonBlock ChangeFind(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public bool UnBind(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public bool Find(BOPDS_PaveBlock theKey, BOPDS_CommonBlock theValue)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public BOPDS_CommonBlock Bound(BOPDS_PaveBlock theKey, BOPDS_CommonBlock theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Beispiel #10
0
 public bool HasSameBounds(BOPDS_PaveBlock theOther)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public BOPDS_PaveBlock(BOPDS_PaveBlock parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #12
0
 public void AddPaveBlock(BOPDS_PaveBlock aPB)
 {
     throw new NotImplementedException();
 }
Beispiel #13
0
 public void SetRealPaveBlock(BOPDS_PaveBlock thePB)
 {
     throw new NotImplementedException();
 }