Get the total weight (sum of all node weights)

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TotalWeight As Single
C#
public float TotalWeight { get; }
Visual C++
public:
property float TotalWeight {
	float get ();
}
JavaScript
function get_totalWeight();

See Also