S63CellPermit Class
Represents the cell permit with the license for an S-63 ENC cell.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class S63CellPermit : EngineObject
Remarks
Cell permits are imported to an S-63 database using S63.ImportPermitFile, each permit file typically contains multiple cell permits. Each cell permit contains the decryption keys needed to decrypt the data files for an S-63 ENC cell.
Please see Working with S-63 Electronic Nautical Chart Data for an overview of the S-63 support in Carmenta Engine.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
S63CellPermit
Platforms
Windows, Linux, Android
S63CellPermit Members
The S63CellPermit type has the following members.
Properties
Name | Description |
---|---|
DataServer | Gets the data server identifier of the S-63 cell permit. |
ExpirationDate | Gets a string with the date that the S-63 cell permit expires. |
Failed | Gets a flag indicating if this cell permit was successfully parsed and validated, or if errors occurred during the import of the permit file. |
IsDisposed | Gets a value that tells whether the current S63CellPermit has been disposed. Inherited from EngineObject |
Name | Gets the name of the S-63 cell permit. |
NativeHandle | Gets the native Carmenta Engine kernel object the current S63CellPermit represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |