documentationfor yFiles for HTML 3.0.0.3

EdgeScopeData<TNode,TEdge,TNodeLabel,TEdgeLabel,TEdgeScope>

This custom data provides two item collections to specify the scope of layout algorithms with regard to edges.

Inheritance Hierarchy

Remarks

The two collections can be used in combination with each other. In this case they are combined permissively, that is if e.g. an edge is not contained in the collection edges but one of its incident nodes is contained in the collection incidentNodes, the edge is considered to be in scope.

This class cannot be instantiated

Type Parameters

TNode
TEdge
TNodeLabel
TEdgeLabel
TEdgeScope

Type Details

yFiles module
algorithms
This layout data cannot be created directly, but is part of another layout data, e.g., scope.

Properties

Methods