S63Cell.GetCellUpdates Method
Gets a collection of cell updates for the cell.
GetCellUpdates(System.Boolean onlyActive)
Gets a collection of cell updates for the cell.Syntax
public S63CellUpdateCollection GetCellUpdates (
System.Boolean onlyActive
)
Parameters
Indicates if only the active range of cell updates should be returned, or all cell updates.
Return Value
A collection of S63CellUpdate instances, possibly empty.
Remarks
If onlyActive is True, only the active range of cell updates are returned. The active range is the range that the S57DataSet will read, which will be the latest licensed base cell plus all consecutive updates. Cell updates that have been replaced by newer base cells will not be included. If an update for a cell is missing, any later updates will also be excluded.
If onlyActive is False, all cell updates, regardless of their state, will be included.
Platforms
Windows, Linux, Android