Class ElementAndRoutingPoints
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
NewRoutingPoints
The new list of routing points.
public Point[] NewRoutingPoints { get; init; }
Property Value
- Point[]