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();
 }
Пример #5
0
 public BOPDS_CommonBlock ChangeSeek(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Пример #6
0
 public BOPDS_CommonBlock ChangeFind(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public bool UnBind(BOPDS_PaveBlock theKey)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public bool Find(BOPDS_PaveBlock theKey, BOPDS_CommonBlock theValue)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public BOPDS_CommonBlock Bound(BOPDS_PaveBlock theKey, BOPDS_CommonBlock theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Пример #10
0
 public bool HasSameBounds(BOPDS_PaveBlock theOther)
 {
     throw new NotImplementedException();
 }
Пример #11
0
 public BOPDS_PaveBlock(BOPDS_PaveBlock parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #12
0
 public void AddPaveBlock(BOPDS_PaveBlock aPB)
 {
     throw new NotImplementedException();
 }
Пример #13
0
 public void SetRealPaveBlock(BOPDS_PaveBlock thePB)
 {
     throw new NotImplementedException();
 }