S63.GetCells Method
Gets a collection of ENC cells registered in the S-63 database.
GetCells(System.Boolean onlyActive)
Gets a collection of ENC cells registered in the S-63 database.Syntax
public S63CellCollection GetCells (
System.Boolean onlyActive
)
Parameters
Indicated if all known cells, or only those with valid data, should be returned.
Return Value
Remarks
This method returns a list of ENC cells registered in the database. If onlyActive is True, only cells with valid, licensed data will be returned. If onlyActive is False, all know cells will be returned, even if no data is registered for them, or if they are not licensed.
Platforms
Windows, Linux, Android