Click or drag to resize
MiTopologyIjk Properties

The MiTopologyIjk type exposes the following members.

Properties
  NameDescription
Public propertyHasDeadCells
Returns
true
if the topology contains dead cells.

When

false
, the cells traversal can be optimized by not testing the
isDead
method of each individual cells.

(Inherited from MiTopology.)
Public propertyNumCellsI
Returns the number of cells on the first logical axis.
Public propertyNumCellsJ
Returns the number of cells on the second logical axis.
Public propertyNumCellsK
Returns the number of cells on the third logical axis.
Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
See Also