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

Syntax

C#
public enum Scope
Visual Basic
Public Enumeration Scope

Members

Member nameDescription
All0Scope constant - used for laying out all nodes.
Subset2 Scope constant - used for laying out the subset of nodes only. The above mentioned subset has to be specified by registering an appropriate IDataProvider for key NodeSubsetDpKey .
MainlySubset1 Scope constant - used for laying out mainly the subset of the nodes. The above mentioned subset has to be specified by registering an appropriate IDataProvider for key NodeSubsetDpKey .

See Also