Calculates the weight of this Path by accumulating the Weight of all participating Diagram elements.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double GetWeight ( |
Visual Basic
Copy Code
|
|---|
Public Function GetWeight( _ |
A double value that represents the total weight of the elements in this Path according to the incNodes and incLinks parameters.
See Also