C

SpanningTreeResult

Represents the edges of a minimum spanning tree as calculated by SpanningTree.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of edges that form the spanning tree or forest.
readonlyfinal
Gets the total cost for the calculated minimum spanning tree or forest.
If there were no edge costs configured, each edge is assumed to have a uniform cost of 1, which then makes this equal to the number of edges.
readonlyfinal

See Also

Developer's Guide