public bool Unite(BOPDS_MapOfPave theOther) { throw new NotImplementedException(); }
public bool Contains(BOPDS_MapOfPave theOther) { throw new NotImplementedException(); }
public void Union(BOPDS_MapOfPave theLeft, BOPDS_MapOfPave theRight) { throw new NotImplementedException(); }
public BOPDS_MapOfPave Assign(BOPDS_MapOfPave theOther) { throw new NotImplementedException(); }
public void Exchange(BOPDS_MapOfPave theOther) { throw new NotImplementedException(); }
public BOPDS_MapOfPave(BOPDS_MapOfPave theOther) : base() { throw new NotImplementedException(); }
public bool Subtract(BOPDS_MapOfPave theOther) { throw new NotImplementedException(); }
public bool HasIntersection(BOPDS_MapOfPave theMap) { throw new NotImplementedException(); }