Get cluster weight

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

Syntax

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

See Also