Search
Path Members
Constructors Fields Methods
 


Represents a sequence of connected DiagramNode and DiagramLink elements.

The following tables list the members exposed by the Path type.

 Public Constructors

  Name Description

Path

Initializes a new instance of the Path class.

 Public Fields

  Name Description

items

An array of all DiagramItem elements participating in the path.

links

An array of all DiagramLink elements participating in the path.

nodes

An array of all DiagramNode elements participating in the path.

 Public Methods

  Name Description

getLength

Gets the length of the Path expressed as the number of links participating in it.

getWeight

Calculates the weight of this Path by accumulating the Weight of all participating diagram elements.

 See Also