Glossary Item Box

DuplicateCellGetCellRedrawRemoveAllCellsRemoveCellSetCell

See Also VS GridMap Help Send Feedback

GetCellsCount

Function GetCellsCount() return Integer

Get a total cells count.

The function return a total cells count of the grid map.

 

Visual Basic example:

Dim totCells as Integer = PsysGridMap1.GetCellsCount()

 

DuplicateCellGetCellRedrawRemoveAllCellsRemoveCellSetCell