S63PermitFile Class
Represents a permit file imported to an S-63 database.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class S63PermitFile : EngineObjectRemarks
An instance of this class represents an S-63 permit file imported into a Carmenta Engine S-63 database. Permit files are supplied by data servers and contains one cell permit for each licensed ENC cell. Permit files are imported to a database with the S63.ImportPermitFile method.
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
EngineObject
S63PermitFile
Platforms
Windows, Linux, Android
S63PermitFile Members
The S63PermitFile type has the following members.
Properties
| Name | Description |
|---|---|
| FileName | Gets the file name that the permit file was imported from. |
| ImportDate | Gets the date when the permit file was imported. |
| IsDisposed | Gets a value that tells whether the current S63PermitFile has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current S63PermitFile represents. Inherited from EngineObject |
| Permits | Gets a collection of cell permits included in the permit file. |
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 |