Table of Contents

Class ElementAndRoutingPoints

Namespace
NMF.Glsp.Protocol.Types
Assembly
NMF.Glsp.dll

The ElementAndRoutingPoints type is used to associate an edge with specific routing points.

public class ElementAndRoutingPoints
Inheritance
ElementAndRoutingPoints
Inherited Members

Properties

ElementId

The identifier of an element.

public string ElementId { get; init; }

Property Value

string

NewRoutingPoints

The new list of routing points.

public Point[] NewRoutingPoints { get; init; }

Property Value

Point[]