A layout stage that filters out all graph elements that are not part of a subgraph that is induced by the selected nodes of the input graph.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class SubgraphLayouter : AbstractLayoutStage
Visual Basic
Public Class SubgraphLayouter _
	Inherits AbstractLayoutStage

Remarks

A layout stage that filters out all graph elements that are not part of a subgraph that is induced by the selected nodes of the input graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout..::..SubgraphLayouter

See Also