Click or drag to resize
PoBaseUpdateMethodTypes Enumeration

Type of update method.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum UpdateMethodTypes
Members
  Member nameValueDescription
UPDATE_METHOD_IMMEDIATE0

The kit is rebuilt immediately after each modification.

UPDATE_METHOD_ON_ACTION1

The kit is rebuilt during a traversal (that is an action).

Remarks