Method Visit
Visit(Cell)
Visit an indexed cell returned from FindSubCellsToVisit(Cell).
Declaration
protected abstract bool Visit(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell | An intersecting cell. |
Returns
Type | Description |
---|---|
System.Boolean | true to descend to more levels. It is an error to return true if cell.Level == detailLevel |
Exceptions
Type | Condition |
---|---|
System.IO.IOException |