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();
 }