Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

VisioGraphRoute

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

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

Constructors

public VisioGraphRoute(IEnumerable<VisioConnectorWaypoint> points) #

Snapshots a finite route containing at least two points.

Parameters

points System.Collections.Generic.IEnumerable{OfficeIMO.Visio.VisioConnectorWaypoint} requiredposition: 0

Properties

public IReadOnlyList<ValueTuple<Double, Double>> Points { get; } #

Gets the immutable route snapshot, including both endpoints, in page units.