Table of Contents

Class PipelineDiagramGraph

Namespace
VisioForge.Core.MediaBlocks.Diagram
Assembly
VisioForge.Core.dll

Represents the complete graph model of a pipeline diagram, containing nodes and edges.

public class PipelineDiagramGraph

Inheritance

Inherited Members

Properties

Edges

All edges (connections) between ports in the diagram.

public List<DiagramEdge> Edges { get; }

Property Value

List<DiagramEdge>

Nodes

All nodes (blocks) in the diagram.

public List<DiagramNode> Nodes { get; }

Property Value

List<DiagramNode>