S63CellUpdate Class
Represents a single base or update version of an S-63 cell.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class S63CellUpdate : EngineObjectRemarks
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
S63CellUpdate
Platforms
Windows, Linux, Android
S63CellUpdate Members
The S63CellUpdate type has the following members.
Properties
| Name | Description |
|---|---|
| Edition | Gets the edition number of this cell update. |
| ExchangeSet | Gets the S-63 exchange set the cell update belongs to. |
| Failed | Gets a flag indicating if this cell update was successfully parsed and validated, or if errors occurred during registration of the exchange set. |
| IsDisposed | Gets a value that tells whether the current S63CellUpdate has been disposed. Inherited from EngineObject |
| Name | Gets the name of the S-63 cell. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current S63CellUpdate represents. Inherited from EngineObject |
| Permit | Gets a cell permit that is associated with this cell update in the S-63 database. |
| Replaced | Gets a flag indicating if this cell update has been replace by a later version. |
| Update | Gets the update number of this cell update. |
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 |