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 PipelineDiagramGraphInheritance
Inherited Members
Properties
Edges
All edges (connections) between ports in the diagram.
public List<DiagramEdge> Edges { get; }Property Value
Nodes
All nodes (blocks) in the diagram.
public List<DiagramNode> Nodes { get; }