IVZTreeModel

Assembly: Visualizators;

Description

The IVZTreeModel interface is used to work with the model of visualizator with hierarchical structure.

Inheritance Hierarchy

IVZTreeModel

Comments

Parameters of visualizer model can be obtained in the IVZTreeDataVisualizer.Model property.

Properties

  Property name Brief description
ActiveItem

The ActiveItem property determines active element in the visualizer with hierarchical structure.
RootItem

The RootItem property determines root element in visualizer with hierarchical structure.

Methods

  Method name Brief description
GetItemByID

The GetItemByID method returns the tree element by its identifier.
SetActiveItem

The SetActiveItem method sets a selected tree element as a current one in visualizer with hierarchical structure.

See also:

Visualizators Assembly Interfaces