Search
Path Members
Properties Methods
 


Represents a sequence of connected DiagramNode and DiagramLink elements.

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

 Public Properties

  Name Description

Items

Gets a collection of all DiagramNode and DiagramLink elements in the path.

Length

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

Links

Gets a collection of all DiagramLink elements participating in the path.

Nodes

Gets a collection of all DiagramNode elements participating in the path.

 Public Methods

  Name Description

GetWeight

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

 See Also