Calculates the weight of this Path by accumulating the Weight of all participating Diagram elements.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double GetWeight ( |
Visual Basic Copy Code |
---|
Public Function GetWeight( _ |
A boolean value, which specifies whether the Weight of DiagramNode elements should be considered.
A boolean value, which specifies whether the Weight of DiagramLink elements should be considered.
A double value that represents the total weight of the elements in this Path according to the incNodes and incLinks parameters.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |