Click or drag to resize
MiTopologyExplicitIC Properties

The MiTopologyExplicitIC generic type exposes the following members.

Properties
  NameDescription
Public propertyBeginNodeId
Returns the first node id used by this topology.
Public propertyEndNodeId
Returns the last node id + 1 used by this topology.
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 propertyNumCells
Returns the number of cells of this topology.
(Inherited from MiTopologyI.)
Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
See Also