documentationfor yFiles for HTML 3.0.0.3

LayoutGraphHider

Provides functionality to temporarily hide and unhide nodes and edges of a graph.

Inheritance Hierarchy
LayoutGraphHider

Remarks

Hiding and unhiding graph elements is often useful during algorithmic operations where specific elements should be ignored.

This class allows hiding and restoring nodes and edges in a LayoutGraph without permanently removing them. The hidden elements are tracked, so they can be selectively restored when required. This can be especially useful in graph algorithms that need to work on a subgraph.

Type Details

yFiles module
algorithms

Constructors

Properties

Methods