S63.RemoveCellPermit Method
Removes a single cell permit from the S-63 database.
RemoveCellPermit(S63PermitFile permitFile, S63CellPermit cellPermit)
Removes a single cell permit from the S-63 database.Syntax
public void RemoveCellPermit (
S63PermitFile permitFile,
S63CellPermit cellPermit
)
Parameters
The permit file the cell permit was imported from.
The cell permit to remove.
Remarks
This method can be used to remove a cell permit previously imported with ImportPermitFile. To remove all cell permits from a file, use RemovePermitFile instead.
Note that if you remove cell permits that are still in use, you may leave the database in a state where some ENC cells can no longer be decrypted and displayed by the S57DataSet.
Platforms
Windows, Linux, Android