API Reference
Class
VisioGraphRoute
A complete fixed polyline in page units, including both glued endpoints.
Inheritance
- Object
- VisioGraphRoute
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioGraphEdgeRecord.Route
Constructors
public VisioGraphRoute(IEnumerable<VisioConnectorWaypoint> points) #Snapshots a finite route containing at least two points.
Parameters
- points System.Collections.Generic.IEnumerable{OfficeIMO.Visio.VisioConnectorWaypoint}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<ValueTuple<Double, Double>> Points { get; } #Gets the immutable route snapshot, including both endpoints, in page units.